View Single Post
  #8  
Old 05-04-2009, 05:40 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
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

__________________
Quote:
Reply With Quote