Difference between revisions of "Scripting Tutorial: Summoned Creatures"
Scripting Tutorial: Summoned Creatures (edit)
Revision as of 01:07, 24 November 2011
, 01:07, 24 November 2011→Step 4: Creating the script effect
imported>Vaelissa |
imported>Vaelissa |
||
Line 101: | Line 101: | ||
if ( timer > 30 ) ;Creature is dead and fade timer passed | if ( timer > 30 ) ;Creature is dead and fade timer passed | ||
;Move our creature back to | ;Move our creature back to its holding cell | ||
SUMN.kill | SUMN.kill | ||
SUMN.moveto CreatureCageREF 0 0 10 | SUMN.moveto CreatureCageREF 0 0 10 |