Posted by Raptor [JiB] on February 03, 1998 at 16:29:41:
Sometimes you see in cogs stuff like
thing player
in symbols, and in the code, things like
player = GetLocalPlayerThing();
this happens with all types of values, as far as I am aware. Anyway, is this value remembered throughout the whole cog, or just the part of the code it was defined in? Thanks