My doubs are:
First-How to make a usr transform into M, but after a few seconds transform into usr again.
Second-How to make usr trade location whit M (eg:
Before the Verb: M location=1, usr location=2
After the Verb: M location=2, usr location=1
Cybork
ID:163308
Sep 11 2007, 8:03 am
|
|
In response to Mecha Destroyer JD
|
|
I know that verb... but all that verb does is put the usr in the same location as M... i want to trade locations....
M goes to usr location and usr goes to M location... And the first doubt is about icons... How to make usr look exactly like M (icon, overlays and underlays) and after a few seconds return to the original form...´ Cybork |
In response to Cybork
|
|
mob/verb/Swap(var/mob/M in world) note: if either of the mobs moves while theyre swapped, it will move them to the new position when swapping back (not the one they were originaly swapped from) same with icons to change overlays/underlays you can just use the same principals as above |
In response to Falacy
|
|
THANKS :D that worked !
|
Second, you'd simply refer to M and:
That's a very BASIC verb as it will let you go to the location of any mob in the world. If you'd want to limit it to say only players, you'd use lists.