
07-24-2003, 02:22 PM
|
|
Banned
|
 |
Join Date: Jun 2003
Location: Scott Land USA(er..) Canada
Posts: 1,043
|
|
Script For Forty-5
|
I can't figure out this script
//#CLIENTSIDE
if (created) {
// Initialize the attributes
showcharacter;
setcharprop #3,blue-head658.png;
setcharprop #C0,white;
setcharprop #C1,darkblue;
setcharprop #C2,darkblue;
setcharprop #C3,darkblue;
setcharprop #C4,darkblue;
setcharprop #2,no-shield.gif;
shieldpower = 1;
dir = 2;
message I like to get hit witch rocks and bushes and stuff so please do so!;
npcs[index].rupees ==100000l
}
if (waspelt) {
players[index].rupees +=1;
npcs[index].rupees -=1;
}
//added the npcs[index] in hope that it would show where the rupees came from but that did'nt work...On my server i will throw a bush at him and then it will show the rupee for half a second then it will dissapear...Please help |
|
|
|