Hi guys, how can i disable "to spawn a object" if a variable is 0 ( number of my choice)
thanks
On that event, add another AND event. If variable is not equal to 0
Develop games in your browser. Powerful, performant & highly capable.
thanks ...I will try
just a quick question... can I make something like that without variable.
example :
my tank spwans bullet.
If some event happens...how can I say: than tank does not spwan bullet...or spwn=diabled at that event
The simpliest way is to add the event you want to disable on a group and then when you make some action this action group was disabled or if you make an other action it was enabled.
thanks...I will try now