Quote:
Originally posted by TDO2000
I know that u can use more then only one param but I thought in that case #p(2) would be wrong....
and u missed a bracket here:
NPC Code:
this.type = int(random(1,5);
and this part:
NPC Code:
setcharprop #c,#v(this.mined) | #v(this.hitter);
} else
needs another bracket too
NPC Code:
setcharprop #c,#v(this.mined) | #v(this.hitter);
} else {
|
If you look again, I did 'else if (
arguments) { which is perfectly legal in GScript

I just had the If statement down a line so the script would look nice
As for not closing the parenthesis...I would have caught that eventually, but thank you just the same
