I'm sending several messages to a template cog. But none of the messages can use any of the variables of the template cog. For example:
user0:
Print("Message Received");
var=1;
Printint(var);
Return;
The Print runs and printint prints 1, but var will still be 0 in the cog's other messages. What am I doing wrong?
------------------
Truth is in the eye of the beholder
[This message has been edited by SaberMaster (edited September 03, 2001).]
user0:
Print("Message Received");
var=1;
Printint(var);
Return;
The Print runs and printint prints 1, but var will still be 0 in the cog's other messages. What am I doing wrong?
------------------
Truth is in the eye of the beholder
[This message has been edited by SaberMaster (edited September 03, 2001).]