View Single Post
  #9  
Old 05-04-2009, 05:44 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by fowlplay4 View Post
You could have a DB NPC called Static Variables or something..

PHP Code:
function onCreated() {
  
staticvar this;

Then in other scripts just reference it like so:

PHP Code:
function onCreated() {
  
staticvar.crazyexample 100;
  echo(
staticvar.crazyexample); // 100 should appear on RC

I wasn't aware that DBNPCs were guaranteed to be accessible on clientside at all times.

I would suggest having a system weapon create a TStaticVar.
__________________
Reply With Quote