Mabrothrax Posted April 22, 2013 Share Posted April 22, 2013 Hi all, seems I've forgotten a lot of what I learned about scripting a few years back... Anyway, could someone give me a hand with this? Simple script that when the player finds a body during a quest it advances the next stage. So I'm guessing something like: if getstage.MyQuest ==10 && GetDistance(?) Player ObjectRef (corpse, have also assigned a 'corpse' alias to it) <=60 then MyQuest.setstage (20) Does this sound about right? Could someone write it out for me? Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts