
01-10-2008, 12:21 AM
|
|
Bowie's Deciple
|
 |
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
|
|
|
if you're talking about having serverside npcs talk to each other even if they're level npc's, give it a name.
on the serverside part, do this
function onCreated() {
mylevelnpc = this;
}
now from any other script serverside, you can call it's public functions by doing mylevelnpc.functionname(); in another npc. |
__________________
|
|
|
|