Jump to content

Script causing oblivion to crash


StonersCharm

Recommended Posts

Im using a script to force a npc to start a conversation with the player when the player gets a certain distance from the npc. In the game, as soon as the npc greets the player the game crashes. Here is the script i have:

 

 

 

If (Player.GetDistance ADAWarsArenaXmarker <= 300)

If (DoOnce5 == 0)

SetStage ADA01 90

Set DoOnce5 to 1

ADADoorToWarsArenaRef.Disable

EndIf

EndIf

 

 

Does anyone know why this is? Any help appreciated

Link to comment
Share on other sites

  • Recently Browsing   0 members

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