var/p = new/list("Pow" = 2,"Int" = 0,"Spe" = 0,"Def" = 0) |
Problem description:
The problem is with while(p["Pow"]) it won't (I guess) call that var, so my best guess is that I have to do it a certin way. Any help?
[Edit]
Stupid me.... Fixed it
var/p = new/list("Pow" = 2,"Int" = 0,"Spe" = 0,"Def" = 0) |
Lummox JR