ID:143264
 
Code:
obj
Chaos_Gate
icon = 'ChaosGateDelta.dmi'
DblClick()//when they double click it....
switch(alert("What do you wish to do?","Servers", "Special Warp", "Keyword"))//select the part A they want to go to
if("Servers")
switch(alert("What Server would you like to visit?","Theta","Lamba","Sigma","Omega","Hakumei"))
if("Theta")
loc = locate(5,5,2)
if("Lamba")
loc = locate(5,5,2)
if("Sigma")
loc = locate(5,5,2)
if("Omega")
loc = locate(5,5,2)
if("Hakumei")
loc = locate(5,5,2)
if("Special Warp")
switch(alert("Where to?""PvP","ToE"))
if("PvP")
loc = locate(5,5,2)
if("ToE")
loc = locate(5,5,2)
if("Keyword")
switch(alert("Plz Choose a Word!","Bursting", "Hidden", "Expansive", "Boundless", "Closed", "Quiet", "Plenteous", "Collapsed", "Cursed", "Buried"))//select the part A
if("Bursting")
switch(alert("Another Word Plz!","Passed Over", "Forbidden", "Haunted", "Corrupted", "Oblivious", "Eternal", "Smiling", "Momentary", "Despaired", "Pagan"))//select the part B
if("Passed Over")
switch(alert("Last And Final Word","Aqua Field", "Holy Ground", "Sea of Sand", "Fort Walls", "Twin Hills", "White Devil", "Hypha", "Spiral", "Paradise", "Fiery Sands"))//select th part C
if("Aqua Field")
loc = locate(5,5,200)//send them to the place
if("Hidden")
loc = locate(20,20,200)
if("Expansive")
loc = locate(100,100,200)
if("Boundless")
loc = locate(5,5,199)
//(ect. till all possible combo's are reached)
//yu'd then do the same for PartC 3(or whatever you want to call it
//do the same for PartB 2 and 3
//and the same for part A


Problem description:
im not sure if it'll work and i cant realy test it right now and i was wonder if there's anything wrong at all even indents.
"if("Keyword")" is indented too much. Might just be a posting accident though.
In response to Kaiochao2536
Thnx