Thread: Dilema...
View Single Post
  #18  
Old 02-08-2002, 01:27 AM
GregoryYoshi GregoryYoshi is offline
Registered User
Join Date: Jan 2002
Location: Wherever I am right now
Posts: 227
GregoryYoshi is on a distinguished road
Send a message via AIM to GregoryYoshi Send a message via Yahoo to GregoryYoshi
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
__________________
Zayjee uses this account now. OK?
Reply With Quote