ID:176827
Dec 4 2002, 11:25 pm
|
|
I know how to warp by tilesets, but is there a way by doing it by location? What I am saying is, that I have multiple doors in my game, I want them all to warp to different locations. How do I do it?
|
In response to Mellifluous
|
|
> turf/door Hold on a minute there. src is the turf which is not what you want. You need to use the first parameter to Entered(). |
When you place them on the map, right click the door icon and choose Edit....
Once a new window opens scroll down to find where it says:
destx
desty
destz
In red letters, to the right of it should look like this:
""
Once you see those, double click on the white space of the box you wish to type in and when you are in the box with the typing cursor input the x, y and z destination that you wish the mob to go upon entering that turf.
Otherwise, just hard code the doors and like the following example:
--Lee