View Single Post
  #8  
Old 08-17-2009, 03:49 AM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Quote:
Originally Posted by Matt View Post
That did the trick, thanks.

Would you happen to have the default gralat script?
Here is the default gralat script.

PHP Code:
function onCreated() {

  
showcharacter();

  
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();


Reply With Quote