You have to specify the Object you are trying to create, if you are trying to create multiple Objects, they have to have different names. You can have multiple Objects of the same type, just not the same names.
You agree to website policy and terms of use
Im trying to get the object OBJ_ARROW_THUMB_UP to appear every time the if condition is true when i test over a few days. Code as follows :
Im using OnTick() event handler as far as i understand this should count every tick that happens. But why does it only displays the object once on each if condition. It doesnt create the object if the condition appears again?