Jump to content

Unusual scripting error.


BreadMan161

Recommended Posts

I don't see anything wrong with it. :confused:

You and me both, this should be working and yet keeps producing the same error every single time. Granted I know jack about code, though the tutorial I am following doesn't have this error.

Link to comment
Share on other sites

Try changing the variable name to something else such as "WaitState". Some words are "reserved" by the engine and can't be used as variables but the compiler doesn't warn about them. This is one reason why it is a good idea to prefix your variables with characters that indicate the "type" such as "iWaitState".

 

BTW: There is no difference between "Int" and "Short" type. They both return the same value.

 

-Dubious-

Edited by dubiousintent
Link to comment
Share on other sites

Try changing the variable name to something else such as "WaitState". Some words are "reserved" by the engine and can't be used as variables but the compiler doesn't warn about them. This is one reason why it is a good idea to prefix your variables with characters that indicate the "type" such as "iWaitState".

 

BTW: There is no difference between "Int" and "Short" type. They both return the same value.

 

-Dubious-

If this works I will eat a fried cowboy hat with texas sauce covering it.

 

EDIT: Unfortunately I was not able to get it to work. Is it something I have to do to the Companion script or the Quest script, or somewhere else?

Edited by BreadMan161
Link to comment
Share on other sites

I don't see how we can solve this for you. You must have fudged up something else that isn't visible to us or apparent to you, or it would work.

 

Good luck!

Back to the beginning it is then. Oh joy. Well here's the .ESP file all by itself in case anyone wants to dive into the issue and see just what's wrong with the mod.

 

 

Edited by BreadMan161
Link to comment
Share on other sites

Cool! I'll take a look. I was going to suggest that you share the esp. Glad to see you did.

 

Nevermind. It's dependent on a race mod which requires several other mods... I ain't installing all of that.

 

Understandable. Plus I didn't even include the textures for the custom weapons and armor which absolutely would render the mod unplayable.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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