Jump to content

Recommended Posts

Posted (edited)

My script won't save so there's probably a syntax error somewhere but I'm not very good at this so I don't know what it is.

The script is:

SCN 00AJBPinkMambaFoundCampTrig

begin onTriggerEnter player

	if getQuestRuning 00AJBPinkMambaQuest == 1
		if getStage 00AJBPinkMambaQuest == 10
			setStage 00AJBPinkMambaQuest 20
		endif
	endif

end 
You may be calling me some form of stupid or blind person but I can't see anything wrong with this.
Please help
-Andrew
Edited by AndrewBlane
  • 2 weeks later...
Posted

Also note that prefixing form names with numerals is an extremely bad practice because of how the script compiler parses function arguments, and it can prevent scripts that reference those forms from compiling.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...