1.5 changelog
- you can now go super with out collecting emeralds since you cant beat stages to get the emeralds
- there is now a warning about some levels like the metal sonic race not working for hangout
- you dont spawn as a spectator
- title cards dont show
- gametype rule GT_FRIENDLY was added (because of the wiki not telling me what this does and just saying its only used for co op makes it so i have no idea what this does)
- now you can actually detect if your playing the hangout gametype by using the code

Lua:
-- make SURE this is in a function or else you cant link this to a addHook which is needed to run this
if gametype == GT_HANGOUT then
-- insert what you want your script to do
end
end
addHook("Playerthink", FunctionName)
have fun with the new update
Back
Top