View Single Post
  #1  
Old 09-23-2011, 11:46 PM
gaben gaben is offline
uhh no
gaben's Avatar
Join Date: Aug 2011
Posts: 47
gaben is an unknown quantity at this point
writing to an npc flag from class?

i've done it before, but for some reason it just won't work properly

npc vardump:

PHP Code:
Variables dump from npc boolean

boolean
.typeSYSTEM
boolean
.scripterboolean
boolean
.levelonlinestartlocal.nw

Attributes
:
boolean.image
boolean.scriptsize0
boolean
.visibility flagsvisible
boolean
.id1014
boolean
.sprite2
boolean
.head
boolean.xprecise0
boolean
.yprecise0

this
.-Flags
boolean
.vote=12 
class:

PHP Code:
function onCreated(){
  
boolean.vote[0] = 1;
  
sendtonc(boolean.vote[0]); // outputs 12 instead of 1

help is appreciated
__________________
Quote:
Originally Posted by iBeatz View Post
Who came up with this Cheat Engine? The more I read about, the more ingenious the whole thing sounds.
Quote:
Originally Posted by Unixmad
This forums is going worst each day.
Quote:
Originally Posted by ff7chocoboknight View Post
You sure are taking your time leaving, furry.
Quote:
Originally Posted by [email protected] View Post
are u old enough 2 even play Graal little girl???
Reply With Quote