I am of course aware of the fact that while you can define the cog as an object in symbols, you cannot define the actualy cog per se. My first question is, then, how in the Empire are you supposed to define a cog? (note: I'm not too familiar with triggers, either)
Here's a symbol definition in a cog I 'inherited' from the old RoX TC leadership, but I cannot make any sense of how to implement this, or make one of my own.
I a demo testing environ that was also included, this SendMessage();s the user0 command to 'example.cog'. But cone again, this leads to some confusion...
Does example_cog = example.?
Thus, I am in a bit of a quandry, and desire to learn how to send messages properly between cogs.
Here's a symbol definition in a cog I 'inherited' from the old RoX TC leadership, but I cannot make any sense of how to implement this, or make one of my own.
Code:
symbols: cog example_cog=0 local end
I a demo testing environ that was also included, this SendMessage();s the user0 command to 'example.cog'. But cone again, this leads to some confusion...
Does example_cog = example.?
Thus, I am in a bit of a quandry, and desire to learn how to send messages properly between cogs.