View Single Post
  #9  
Old 01-12-2009, 05:02 AM
salesman salesman is offline
Finger lickin' good.
salesman's Avatar
Join Date: Nov 2008
Location: Colorado
Posts: 1,865
salesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud of
In the NPC script you can set the flags using this.var

PHP Code:
function onCreated() {
  
this.foo "hey dood sup";

Then when you check the NPC flags you'll see 'foo=hey dood sup'

You can then also access it through any other serverside script with 'findnpc("NPCname").foo' or just simply NPCname.foo
Reply With Quote