PHP Code:
//#CLIENTSIDE
function onCreated (){
this.item = {"Onion Rings", "food", "james-onionrings.gif", "?", 20, 1};
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.