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));