Darkfirebird Posted February 14, 2009 Share Posted February 14, 2009 Hello all. I been trying to get a OnDeath script working on Raiders and the likes. But it NEVER works on "LeveledCharacters" part. Manually placing them, the OnDeath to add a Token Item for testing purposes. Anyone have any idea whats going on? It shows the Script isnt even active and I placed it on EVERY Raider kind there is. Example Script: scn CMFTestDeath ref self Begin OnLoad set self to GetSelfEnd Begin OnDeath self.additem CMFTestToken 1Endif Other version: ref selfshort dead Begin OnDeath set self to GetSelf set dead to 1End Begin GameMode if dead == 1 self.additem CMFTestToken 1 set dead to 2 endifEnd Both dont work on Leveled Lists... Anyone have any ideas? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.