[Help] Add and remove attachments with one spell

Status
Not open for further replies.

Sarutobi Sasuke

S

Sarutobi Sasuke

hi there,i didnt get it to work so i request help for it,how do i make a trigger which adds a sword for example through a spell and if i use the spell again the sword is gone?please help :eekani:
 
could you make a screenshot of the trigger please?
 
but how do i do that,i mean i need how the trigger looks like
 
u need a global boolean here XXX with start value false

event:a unit starts the effect of ability
condition: casting spell = your spell
actions
if XXX = false then
set XXX = true
..make attachment
else
set XXX = false
..unmake attachment
endif
 
kk thanks,but still for better understanding could someone please make a screenshot of the triggers exact work way please?
 
Status
Not open for further replies.
Back
Top