View Single Post
  #17  
Old 09-21-2003, 08:34 PM
GoZelda GoZelda is offline
Mister 1,000,000
GoZelda's Avatar
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
GoZelda will become famous soon enough
Send a message via AIM to GoZelda Send a message via MSN to GoZelda
Re: Summoning Npc.....

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);
}
}

__________________

Quote:
Originally Posted by Lance
stefan is satan
I am the best.
[URL removed]Music or aural pollution?
Reply With Quote