Trouble with Teleport - another one

Post » Mon Aug 15, 2011 4:22 am

I've made an interior cell with one big platform with a trigger underneath. So when you jump off the edge you should be teleported to another platform in another interior cell. In that cell you can also jump off the edge and be teleported to a door which leads to the platform where you started. First time you do it, it works just fine but the next time you try it skips it all and sends you right back to the final destination ( where the door is ). The triggers beneath the platforms have self-made scripts. Take a look:
scn PlatformTrigger01Scriptbegin onTrigger player		player.moveto Platform02Markerend

and
scn PlatformTrigger02Scriptbegin onTrigger player		player.moveto DoorInteriorMarkerend

If someone can tell me what I've done wrong, please give me a hint.
User avatar
Maria Leon
 
Posts: 3413
Joined: Tue Aug 14, 2007 12:39 am

Return to IV - Oblivion