Quote:
Originally Posted by sssssssssss
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) )