Start scene when door is open

Post » Mon Dec 01, 2014 11:08 pm

I want to start a scene when a puzzle door opens (the tipical nordic door with circles with animals and a claw key).

I did this script:


Scriptname SCVPuertaEscenaScript extends ObjectReference  Scene Property EscenaPuerta  Auto  Event OnOpen(ObjectReference akActionRef)  if (akActionRef == Game.GetPlayer())    EscenaPuerta.Start()endifEndevent
Script 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?
User avatar
Ruben Bernal
 
Posts: 3364
Joined: Sun Nov 18, 2007 5:58 pm

Post » Mon Dec 01, 2014 8:34 pm

Is your property filled?

User avatar
Carlos Vazquez
 
Posts: 3407
Joined: Sat Aug 25, 2007 10:19 am

Post » Mon Dec 01, 2014 4:24 pm

Sure! But don't worry. I think the problem is that i didn't use a new game to test it. I just want to know if the script and the location of it were good.
User avatar
Ebou Suso
 
Posts: 3604
Joined: Thu May 03, 2007 5:28 am


Return to V - Skyrim