Ummmm hmmm I have a big problem...
I am making a game.. I was wondering.. Say I have three maps in my game and I want my person to teleport from one to another by steping on the tile for ex. How do I do this?
ID:173824
Nov 10 2003, 4:25 pm
|
|
Then, in the map editor, all you have to do is right click on the turf you want to teleport to, go to edit properties, and change the tag variable ("dest1", for the sake of description). Then, for the turf you want to teleport from, change its tag to T2 then the tag of the destination turf, so in our example, it would be "T2dest1". Don't use the same two tags anywhere. This only works one way, not both ways.