
09-20-2001, 09:46 AM
|
Banned
|
 |
Join Date: Jun 2001
Posts: 3,993
|
|
Gralats ...
Why wont this work ???
// NPC made by Nyght -GT-
if (created) {
showcharacter;
updategani();
}
if (updategani) {
updategani();
}
function updategani() {
type = 1;
if (rupees>=100) type = 4;
else if (rupees>=30) type = 3;
else if (rupees>=5) type = 2;
setcharani gralats,#v(type);
}
if (playertouchsme) {
playerrupees += rupees;
rupees = 0;
destroy;
}
Please help ....
Use it freely, I dont care, just tell me why it wont work ... |
|
|