Sample script
Begin Gamemode
if {condition}
return
else
{do something}
endif
End
What does return do? Does it drop to the endif, or the End, or exit the script entirely? I've done some searches and can't find any information. I've seen this command used in many scripts and can't quite figure out exactly what it does.
Help? Please?