fornarch Posted October 26, 2006 Author Share Posted October 26, 2006 Put a script containing something like this on the actor begin onDeathsetstage MyCoolQuest 20End OR, well, use any function you'd like :)NOTE: The OnDeath block runs ONE time about ONE SECOND after the death of the NPC. Oh yeah!!! duh!!! lol. thanks. hm...but how do I set it up that multiple characters have to be dead to advance the stage? making it a little more challenging lol. Ok nevermind! I just did the variable thing and added 1 to a variable after each death and when it reaches 4 it advances...well it should anyway...have to wait till im home to test it. Link to comment Share on other sites More sharing options...
Abramul Posted October 26, 2006 Share Posted October 26, 2006 ref MySelf begin OnDeath set MySelf to GetSelf if((GetDeadCount MySelf)>=4) setstage mycoolquest 20 endif end Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.