bebbe777 Posted July 15, 2009 Share Posted July 15, 2009 Is their a script that allow the player to push a button so a door with teleport is changed to another door with a different teleport. Link to comment Share on other sites More sharing options...
BadPenney Posted July 15, 2009 Share Posted July 15, 2009 Place 2 doors in one location. Set one [ door 1 ] to be the enable parent of the other [ door 2 ]. Set door 2 as initially disabled and set to be in the opposite enable state of its parent. Place a switch near the doors with an object script attached that toggles the enable state of door 1. Something like: scn DoorToggleSCRIPT short Toggle Begin OnActivate if ( Toggle == 0 )Door1REF.disableset Toggle to 1elseif ( Toggle == 1 )Door1REF.enableset Toggle to 0endifEND Link to comment Share on other sites More sharing options...
Recommended Posts