View Single Post
  #9  
Old 03-19-2003, 11:01 PM
PastAustin PastAustin is offline
Registered User
Join Date: Mar 2003
Location: Littleton, Colorado, US
Posts: 91
PastAustin is on a distinguished road
Send a message via ICQ to PastAustin Send a message via AIM to PastAustin
Quote:
Originally posted by tlf288


Yeah, I forgot about that though x.x . I think Jagen is the one who got it implemeted becasue he wined to Stefan .
wow that kicks. i love you jagie.
what about copyvars? i don't think it works with vars...
NPC Code:

this.test = 0;
with(getnpc(npcname))
this.test = thiso.test;
// Doesn't work, right?
// Don't you need:
this.test = 0;
setstring this.test, #v(this.test);
with(getnpc(npcname))
this.test = strtofloat(#s(thiso.test));

__________________
"...I'm going to burn this place down..."
-Milton
Reply With Quote