Jump to content

Help Rqeusted on making a menu


dontpanic

Recommended Posts

I am trying to make a mod for a door that acts like an elevator. You walk up to the door and it asks you what floor you want to go to. You select the floor and the door takes you there.

 

Can someone please help me with this?

Link to comment
Share on other sites

first, create a marker with a unique reference ID at each floor.

 

then you would need to make a message to ask what floor, and have options for each floor

http://geck.bethsoft.com/index.php/Message

 

then you would need to write a script that activates when the elevator button is pressed,

http://geck.bethsoft.com/index.php/ShowMessage

 

in the script have each option us player.moveto (REFID of the marker desired)

http://geck.bethsoft.com/index.php/MoveTo

Link to comment
Share on other sites

The scripting has me a bit confused. Can someone help me with this?

 

the script will be fairly easy to do.

 

after all the legwork is done i can give you a workin script pretty easy.

 

first you need to make a message with options for each floor.

 

then create markers on each floor.

 

then create your elevator switch.

 

once all that is done write the following script.

 

SCN (name of your script)

 

Begin OnActivate

 

ShowMessage (the ID of the message you created)

 

End

 

then attach the script to your elevator switch.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...