JkKILER Posted March 31, 2013 Share Posted March 31, 2013 (edited) Hey all, I am looking to make a teleporter for a mod I am making. So when you play with FWE you get that nifty control panel under armors right? Well, I just want to make a simple one where when you equip it, A menu shows up with the two options: Teleport, and Do Nothing. I tried just attaching the following script to the item, But it just crashes the game. Any other ideas as to how the FWE creators did that menu thing? Script:Scn DTBTeleporterScriptshort buttonbegin onequip playershowmessage DTBTeleporterMessageMainendifendBegin GameModeIf button == 0 player.moveto FloorTeleportPlayer.Unequipitem 0teleporter <the "armor" elseif button == 1 endif end EDIT:: To anyone who cares I figured out what was going on with it. If anyone finds this and wonders how the FWE people made their menus, contact me. Edited April 2, 2013 by JkKILER Link to comment Share on other sites More sharing options...
Recommended Posts