Posted by Aristeus on January 09, 1998 at 20:08:47:
In Reply to: COG-i have an elevator nad i add COG,but in tutor i see if(GetSenderld{how to make this thing it looks 0}!=1)return posted by Rahn on January 09, 1998 at 13:44:44:
It's a left parenthesis [shift + 9] followed by a right parenthesis
[shift + 0].
The statement:
if(GetSenderId() != 1) return;
Means that if any SetTimerEx command other than the one with ID# 1, the
code will not continue beyond the "if" statement.
Hope this helps.