View Single Post
  #6  
Old 03-31-2005, 05:54 AM
Velox Cruentus Velox Cruentus is offline
Registered User
Velox Cruentus's Avatar
Join Date: Dec 2004
Location: Quebec, Canada
Posts: 465
Velox Cruentus is on a distinguished road
Send a message via ICQ to Velox Cruentus Send a message via AIM to Velox Cruentus
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";
}


Reply With Quote