Quote:
Originally posted by wildwog2001
I was wondering if anyone could please help me with making a summoning npc, so you could say like, summon player and it would summon them to wear you are, I have no clue where to even start.
|
Well, maybe you can try to make some NPC like this, even though it isn't really good because of all the NPCserver stuff stuff.
NPC Code:
if (server.ineedperson){
if (strequals(#s(server.neededperson),#a)){
setlevel2 #s(server.neededlevel),#s(server.levelx),#s(server .levely);
}
}