Dementous Posted April 21, 2009 Author Share Posted April 21, 2009 It still didn't work :( Link to comment Share on other sites More sharing options...
SpeedyB64 Posted April 22, 2009 Share Posted April 22, 2009 I think there is another way to do this. forget all the scripts on the gnomes what I think you should do is use only the quest script and have it check if the player has the gnome in his inventory.An example: scn ExampleScript short gnome1 short gnome2 short gnome3 short gnome4 short gnome5 short GnomesFound begin gamemode if gnome1 == 0 if player.GetItemCount FirstGnome set gnome1 to 1 set GnomesFound to GnomesFound + 1 endif endif if gnome2 == 0 if player.GetItemCount FirstGnome set gnome2 to 1 set GnomesFound to GnomesFound + 1 endif endif if gnome3 == 0 if player.GetItemCount FirstGnome set gnome3 to 1 set GnomesFound to GnomesFound + 1 endif endif if gnome4 == 0 if player.GetItemCount FirstGnome set gnome4 to 1 set GnomesFound to GnomesFound + 1 endif endif if gnome5 == 0 if player.GetItemCount FirstGnome set gnome5 to 1 set GnomesFound to GnomesFound + 1 endif endif if GnomesFound == 1 Do Found First Gnome stuff elseif GnomesFound == 2 Do Found Second Gnome stuff elseif GnomesFound == 3 Do Found Third Gnome stuff elseif GnomesFound == 4 Do Found Forth Gnome stuff elseif GnomesFound == 5 Do Found Fifth Gnome stuff endif end You will have to fill in the blanks (the Gnome IDs and what you want to do with the quest when you have found each Gnome)Unless you want to make each Gnome do something different when you get it, then there will be a little more work to do. Also I haven't looked at the esp much since I couldn't find the quest in the list (I would have named it something like "DemGnomeSearchQuest" Link to comment Share on other sites More sharing options...
Dementous Posted April 22, 2009 Author Share Posted April 22, 2009 Thank you so much, speedy! It worked perfectly! Thanks!! Just tell me if you need quest ideas and I'll give you a million :P Link to comment Share on other sites More sharing options...
Dementous Posted April 22, 2009 Author Share Posted April 22, 2009 Topic resolved. It can be closed. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.