View Single Post
  #4  
Old 06-10-2007, 02:01 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
PHP Code:
//#CLIENTSIDE
function onCreated (){
  
this.item = {"Onion Rings""food""james-onionrings.gif""?"201};
  
setTimer(0.05);
}
function 
onTimeout()
{
    if (
mousescreenx in |10,47|){

      if (
mousescreeny in |11,158|){

        
showtext 220,mousescreenx+5,mousescreeny-10,Tempus Sans ITC,b,Inventory;

        
changeimgvis 220,7;

        
changeimgzoom 220,.5;
        
setTimer(0.05);

}


Re-arranged some stuff, not even sure that will work though. The script was coded very poorly.
Reply With Quote