Jump to content

Simple script not working


TheEpicWaffleFTW

Recommended Posts

Hi

 

This simple script is not working and I don't know why

 

 

Scriptname QuestDemise extends ObjectReference

 

Event OnActivate(ObjectReference akActionRef)

Debug.MessageBox("blah, blah blah")

 

endEvent

 

Help?

Just tested as written it and it works perfectly.

 

1. Did it compile without any warnings? Check in C:\Program Files (x86)\Steam\SteamApps\common\Skyrim\Data\Scripts or where ever your skyrim installation is and make sure the QuestDemise.psc is

in the source folder & QuestDemise.pex is in the scripts folder.

2. Are you sure you put it on an activator?

 

There is no reason it should not work if you followed the tutorial you posted.

Link to comment
Share on other sites

 

Hi

 

This simple script is not working and I don't know why

 

 

Scriptname QuestDemise extends ObjectReference

 

Event OnActivate(ObjectReference akActionRef)

Debug.MessageBox("blah, blah blah")

 

endEvent

 

Help?

Just tested as written it and it works perfectly.

 

1. Did it compile without any warnings? Check in C:\Program Files (x86)\Steam\SteamApps\common\Skyrim\Data\Scripts or where ever your skyrim installation is and make sure the QuestDemise.psc is

in the source folder & QuestDemise.pex is in the scripts folder.

2. Are you sure you put it on an activator?

 

There is no reason it should not work if you followed the tutorial you posted.

 

 

Huh, for some reason it didn't work when I used a different statue, but now it works with the Nocturnal one :D

Link to comment
Share on other sites

  • Recently Browsing   0 members

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