Jump to content

Script Error


Kyrenjai

Recommended Posts

Do not ever start editor IDs or variables with a number. If one of those starts with a number, the GECK or game engine may think it's a form ID. If I rename the editor ID and variables in your script like so:

scn NotANumber007questscript

short NotANumber007hireable
short NotANumber007doonce

begin gamemode
      if (NotANumber007doonce !=1)
set NotANumber007hireable to 1
set NotANumber007doonce to 1
endif
end

 

Then it will save.

Edited by viennacalling
Link to comment
Share on other sites

  • Recently Browsing   0 members

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