teleporting
Displaying 1-2 of 2 total.
1
Please enter a numerical value for the importance of this sticky.
Enter 0 to unsticky.
TheMaxx

How do you teleport from one map to another in a particular location?




Posted on 2001-05-11 20:37:25

jesusfreak

hey I had the EXACT SAME problem when I was like you.

here:

define 3 ints in your system.vc (global) called like X, and Y. and main (something like that)

say you are on the first map:

event
{
x = 22; // you adjust the number to the X tile.
y = 10; // you adjust this to the Y tile.
map("other.map");
}

(ok now you switched maps)

then do this:
(the 2nd maps vc)

event
{
main = EntitySpawn(x, y, "bob.chr");
Setplayer(main);
}

see?! simple as pie really!


I hope this helps.




.|..|-../..|.|../..|-..|\..|-..../...|
.|..|-..\..|.|..\..|-..|/..|-.../-\..|/
\|..|-../..|_|../..|...|\..|-../...\.|\

Posted on 2001-05-12 20:16:09


Displaying 1-2 of 2 total.
1
 
Newest messages

Ben McGraw's lovingly crafted this website from scratch for years.
It's a lot prettier this go around because of Jon Wofford.
Verge-rpg.com is a member of the lunarnet irc network, and would like to take this opportunity to remind you that regardless how babies taste, it is wrong to eat them.