Kagedomo Posted July 22, 2017 Share Posted July 22, 2017 So I have a dungeon whose entrance is a CaveGSecretDoor001, which can be opened with a lever. I have the lever and door working fine so far, basing my scripts off of what other people have done. The teleport to the other cell also works fine (though it is done directly through the lever's script, teleporting the player to an Xmarkerheading). Exiting the dungeon just uses a standard auto load) . However, I have 2 issues I do not know how to solve: 1. I want to delay the teleport script by a few seconds, so that you can see the secret door opening.2. I want to have "Open <Cell Name>" displayed when you hover the mouse over the lever. Thanks for the help! Link to comment Share on other sites More sharing options...
TheWormpie Posted July 22, 2017 Share Posted July 22, 2017 1.Use utility.wait(2.0) ; script waits 2 seconds ;then teleport the player 2.Create your own copy of the lever base object. From there you can change it's name to "<Cell Name>" and it's activation text to "Open". Link to comment Share on other sites More sharing options...
Recommended Posts