
02-16-2007, 08:16 PM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
The problem is that attr[] are basicly strings (even if they look like normal variables). So it is better to do something like:
temp.var = player.attr[21];
echo("test: " @ temp.var[1]); |
|
|
|