Quote:
|
Originally Posted by Evil_Trunks
char(x)
or ascii(x) to do the opposite
NPC Code:
with (object) {
it works for me...
npcs.size()
i don't know about anything else though
|
Thanks -- I was using an already used variable -- That's why it didn't work.
I ended up doing:
NPC Code:
for (n: npcs){
n.chat := "Testing";
}
