View Single Post
  #19  
Old 09-13-2009, 02:03 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Quote:
Originally Posted by sssssssssss View Post
The level i add it on to start, is that the level it works on?
I dont want it to work everywhere.
If not, of if i guess, how do i "call" it in a level npc?
it is accessible anywhere serverside, but to call it from a level NPC you can do something like

findnpc(dbnpcname).function()

or if you plan on calling the NPC a few times, store the npc in a var (cont = findnpc(dbnpcname) )
Reply With Quote