strike105x Posted January 3, 2011 Share Posted January 3, 2011 scn itemScript short DoOnce begin gamemode set DoOnce to 0 If DoOnce < 1 Player.Additem item 1 set DoOnce to 1 stopQuest QItemAdd endif end Quest had a priority of 65 Seeing as that didn't work i changed the script to: scn LukaHeadphonesScript begin gamemode Player.Additem LukaHeadphones 1 end But nothing... Link to comment Share on other sites More sharing options...
baduk Posted January 3, 2011 Share Posted January 3, 2011 I always do this for my testing items.The quest is start game enabled box checked. and have quest script specifiedthe script is almost same as what u had: scn itemScript short DoOnce begin gamemode If DoOnce == 0 Player.Additem LukaHeadphones 1 set DoOnce to 1 endifend But it always give me the item right away!Inever put the stop quest command on tho. maybe i should add that line huh.Is it start game enabled checkbox? Link to comment Share on other sites More sharing options...
strike105x Posted January 4, 2011 Author Share Posted January 4, 2011 Thank you Start Game checkbox wasn't enabled. Link to comment Share on other sites More sharing options...
Recommended Posts