scottmack Posted October 28, 2012 Share Posted October 28, 2012 Every time I attempt to save one of my scripts it wont save, If I try to save and close it asks my if I want to save again and again untill I select no then it will close the window and not save. :wallbash: SCN aBHQuestStageTriggerScript BEGIN onTriggerEnter player if getStage aBHQuest == 10 setStage aBHQuest 20 endif END Pretty sure there's no errors with it, can anyone help? Link to comment Share on other sites More sharing options...
viennacalling Posted October 28, 2012 Share Posted October 28, 2012 I made an empty quest called aBHQuest, copy and pasted your script into a new script window and was able to save successfully. So the only thing I can think of is that there is something wrong with your quest name. Link to comment Share on other sites More sharing options...
scottmack Posted October 28, 2012 Author Share Posted October 28, 2012 Well my quest is called BlancaRevengeQuest this is my variation of the script that wont save SCN BlancaRevengeQuestStageTriggerScript BEGIN onTriggerEnter player if getStage BlancaRevengeQuest == 5setStage BlancaRevengeQuest 10endif END Link to comment Share on other sites More sharing options...
viennacalling Posted October 29, 2012 Share Posted October 29, 2012 Repeated with empty quest called BlancaRevengeQuest, copy/pasted/saved fine. Maybe a typo in your quest ID? Link to comment Share on other sites More sharing options...
CaptMitch Posted November 4, 2012 Share Posted November 4, 2012 (edited) Begin OnTrigger can not be saved as a Quest script. It can be in a Object script only. Edited November 4, 2012 by Capt Mitch Link to comment Share on other sites More sharing options...
viennacalling Posted November 4, 2012 Share Posted November 4, 2012 Begin OnTrigger can not be saved as a Quest script. It can be in a Object script only. Doh! :facepalm: Good catch. Link to comment Share on other sites More sharing options...
CaptMitch Posted November 4, 2012 Share Posted November 4, 2012 Begin OnTrigger can not be saved as a Quest script. It can be in a Object script only. Doh! :facepalm: Good catch. ;) No problem, Glad i could help. Link to comment Share on other sites More sharing options...
Recommended Posts