Thread: Report bugs
View Single Post
  #11  
Old 01-28-2002, 04:47 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
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;
Reply With Quote