View Single Post
  #3  
Old 03-22-2012, 02:07 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by Crow View Post
Using the classic system? Maybe you're missing the "gralats" class the server is supposed to spawn upon dropping rupees. Should be somewhere on the forums though.
Here it is
PHP Code:
function onCreated() {
  
showcharacter();
  
dontblock();
  
updategani();
}
function 
onUpdategani() {
  
updategani();
}

function 
updategani() {
  
temp.type 1;
  if (
rupees>=100temp.type 4;
  else if (
rupees>=30temp.type 3;
  else if (
rupees>=5temp.type 2;

  
setcharani("gralats"temp.type);
}

function 
onPlayerTouchsMe() {
  
player.rupees += rupees;
  
rupees 0;
  
destroy();



In case you are missing it, simply add a class called īgralatsī and put in that script. Itīs the default one.
__________________
MEEP!
Reply With Quote