I did this script:
Scriptname SCVPuertaEscenaScript extends ObjectReference Scene Property EscenaPuerta Auto Event OnOpen(ObjectReference akActionRef) if (akActionRef == Game.GetPlayer()) EscenaPuerta.Start()endifEndeventScript is in PuzzleDoorBase01, but the scene never start. Am i doing something wrong? Script is fine? I put it in wrong object?
- AN other question related with this one. There is some method to start an scene when player try to open the door but the animal combination is wrong?