ID:169778
 
How do you make a npc in code and make it move randomly , but also make a verb come up when close and this verb would be like "talk", where the npc says somehting and them you get transported to a new map . And how do you set the npc on a specific location .

pleze help
Theres a demo on how random movement works.

mob/guy_to_tele
//The random movement thing here i guess
verb/Talk()
usr<<"You will be transported there now."
usr.loc=locate(1,1,1) //make coordinates