Deleted800173User Posted April 29, 2011 Share Posted April 29, 2011 This part of the script wont save so somehting is wrong.scnZZSRblahshort disapbegin gamemodeif disap != 1this.disable 1disap == 1endifif getstage ZZSR >= 10 && getstage ZZSR < 100 && disap == 1this.enable 1endifif getstage ZZSR >= 100set disap to 0endifendIt's on a bottle of sunset sarsapharilla. Its supposed to be disabled until stage 10 and then disable when the quest is completed (AKA 100)there is other parts of the script but they are functional and stand alone from this section.any advice? Link to comment Share on other sites More sharing options...
tunaisafish Posted April 29, 2011 Share Posted April 29, 2011 Simple typo...scnZZSRblahneeds a space after 'scn' I'm *really* going to miss GeckPU. I make those kind of mistakes all the time. Link to comment Share on other sites More sharing options...
Deleted800173User Posted April 29, 2011 Author Share Posted April 29, 2011 (edited) so turns out i just had a line that said "disap == 1" instead of "set disap to 1" I've solved this.Edit: oh yeah I saw that. that was an accident i made when i posted it to the site heheh Edited April 29, 2011 by Guest Link to comment Share on other sites More sharing options...
Recommended Posts