Quote:
Originally posted by mikepg
uhh....what would the point of that be?
if you're just gonna set a variable to a value, then why not do it in the putnpc2 brackets?
|
Thats the point, you cant do that to pass..
Anyway I didnt pass anything, I setted "2" for this.v1.. to pass you have to do something like this:
this.v1=2;
putnpc2 ex,ey,{ message #v(this.v1); };
thiso.v1=this.v1;
with (npcs[npcscount-1]) { this.v1=thiso.v1; }