ID:179874
Oct 16 2001, 3:13 pm
|
|
well im wonderin how i could make it so when a mob click on something and a list came up and they said yes how i could teleport them to another map
|
Look up Click() and input() in the reference (link on the left). Look up the question on teleportation in the FAQ.
|
In response to Air Mapster
|
|
Or in tutorials.
|
In response to Demonic Shoe
|
|
lol
|
In response to Vegetto5748
|
|
obj/Portal
icon='Bonzi.dmi' Click() switch(input("Do you Want to teleport to Bonzi and have him kick yo ass","??")in list("Yes","Later")) if("Yes") usr.loc = locate(1,1,1) if("Later") usr<<"Bonzi Bonzi Bonzi Bonzi Bonzi Bonzi" usr<<"Dammit Click Yes" |
- DS