Quote:
Originally posted by BocoC
I think I found another bug. You know you can do this with setstring:
setstring this.mystring#t(2),Blah;
But, you cannot do this:
setarray this.myarray#t(2),20;
Is that a bug? You also cannot do this:
this.myarray#t(2)={0,0,0,0,0,0,0,0};
I can't explain it very well, so I just showed it.
|
you can't do that with variables, and shouldn't need to anyways end of story
heh, half the bugs in TDK's control NPC are because of dumb staff trying to do
this.#s(***)=1;