29.08.2011, 14:46
As varthshenon just said, you are just setting the var to 1 in the command, so you can't expect anything to happen.
You have to call the callback you created (OnGameModeMission()).
If you are calling it with a timer, you have to wait until it gets called.
You have to call the callback you created (OnGameModeMission()).
If you are calling it with a timer, you have to wait until it gets called.