
01-09-2008, 04:17 PM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
You can communicate with server- and client side using the triggerserver/triggerclient functions, e.g. to communicate with a dbnpc you can use triggerserver("npc", npcname, parameters) which will invoke onActionServerSide on the npc, or use triggerserver("weapon", weaponname, parameters) to let the serverside part of the weapon do something. |
|
|
|