Jump to content

Need Help with Scripting Objects


Jumper46773

Recommended Posts

I made a Door, a Note, and a Stone, and on all I put a script and now they don't work. The Script was:

 

ScriptName (SN)

 

begin OnActivate

 

if (GetStage (Q) == (S#)

SetStage (Q) (S#)

 

endif

 

End

 

at least I think that was the script. I need help. :ohmy: Plz :rolleyes: Thnks :happy:

 

(SN)=The Script's Name

(Q)=The Quest

(S#)=A Stage Number

Link to comment
Share on other sites

I made a Door, a Note, and a Stone, and on all I put a script and now they don't work. The Script was:

 

ScriptName (SN)

 

begin OnActivate

 

if (GetStage (Q) == (S#)

SetStage (Q) (S#)

 

endif

 

End

 

at least I think that was the script. I need help. :ohmy: Plz :rolleyes: Thnks :happy:

 

(SN)=The Script's Name

(Q)=The Quest

(S#)=A Stage Number

http://cs.elderscrolls.com/constwiki/index.php/OnActivate

 

Using OnActivate will prevent normal activation of the object. To use the object's default activation you must call Activate on it.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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