Thread: help !?!
View Single Post
  #4  
Old 06-20-2001, 03:55 AM
General General is offline
Banned
Join Date: Apr 2001
Location: Station Square
Posts: 984
General is on a distinguished road
Send a message via ICQ to General Send a message via AIM to General Send a message via Yahoo to General
if (actionMined) {
this.stone-=strtofloat(#p(0));
}
if (this.stone<=0) {
givegem();
}
function givegem() {
//do this yourself you lazy bum
}
Reply With Quote