Thread: Gralats ...
View Single Post
  #1  
Old 09-20-2001, 09:46 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
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 ...
Reply With Quote