Sabat9 Posted August 4, 2008 Share Posted August 4, 2008 i need a script that will "summon" a hostile creature when a chest is opened. not really finding anything made already, and though it sounds simple enough, it's beyond me at this point. ive tried a couple different ways in the CS, based on tutorials and existing scripts, but can't seem to get it to work. any ideas? Link to comment Share on other sites More sharing options...
LoginToDownload Posted August 4, 2008 Share Posted August 4, 2008 I think this should work... scn MyChestScript short DoOnce Begin OnActivate if (DoOnce == 0) ;Assuming you only want this to happen once PlaceAtMe MyChestMonster 1 set DoOnce to 1 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.