Puting Maps onto NPCS

Geniusnoob

Dedicated Member
Dedicated Member
Apr 13, 2005
89
3
55
Bucks UK
ive searched but how do i add teleports to maps using an npc? this is prob a really noobie question to answer or really hard but thanks in advanced

/GN
 

Far

tsniffer
Staff member
Developer
May 19, 2003
20,179
30
2,783
540
erm..

[@main]
#SAY
<Move/@move> to bichon wall

[@move]
#ACT
mapmove 0 300 300



simple eh?
 
Upvote 0

Geniusnoob

Dedicated Member
Dedicated Member
Apr 13, 2005
89
3
55
Bucks UK
Farphit said:
erm..

[@main]
#SAY
<Move/@move> to bichon wall < so here i put the name of the map

[@move]
#ACT
mapmove 0 300 300 < and here the entrance coords?



simple eh?

sorry for being a noob >.<

/GN
 
Upvote 0

Far

tsniffer
Staff member
Developer
May 19, 2003
20,179
30
2,783
540
Farphit said:
[@main]
#SAY
<Move/@move> to bichon wall <--- which block you want this button to goto anything outwith of <> isnt clickable, the @move tells it to goto [@move] block

[@move] <--- this is the @move block
#ACT
mapmove 0 300 300 <--- the 0 is the map you move to (0 being bichonprovince), the 300 300 are the coords you move to

just because im feeling nice.

[@main]
#SAY
<transmogrify/@boobies> to the land of noobs

[@boobies]
#ACT
mapmove 0 300 300


that script does the exact same thing.
 
Upvote 0