what is the mistake ihave done in this script?
;Artificial Intelligence Script
;Header
desc = Entity is invisible until activated, If activated becomes solid (0%)
;Triggers
:state=1,activated=1:colon,setalphafade=100,state=3
:state=0,activated=0:coloff,setalphafade=0,state=1
;End of Script
The entity is visible and wakthroughable from the start.then after i activate it it becomes solid.I want the entity to be invisible in the starting and become visible after activating.
I tried this with x9 and it worked.But it didnt work in x10.