scn QuestAddItem1short oncebegin gamemode if once == 1 return else player.additem 00004240 50 set once to 1 endifend
When I remove the player.additem line, the script saves fine. While it's there, however, the script will not save. This means there is some sort of error I guess?
Any suggestions?