Thread: Quick Question
View Single Post
  #1  
Old 11-01-2011, 10:13 PM
Equinox Equinox is offline
Registered User
Equinox's Avatar
Join Date: Jan 2011
Posts: 13
Equinox is on a distinguished road
Red face Quick Question

Would this script work online?

NPC Code:

function onActionLeftMouse() {
putnpc beer.png,beer.txt,mouse.x,mouse.y;
}

beer.txt:

function onPlayerTouchsme {
player.hearts += 3;
destroy;
}
else
sleep (10);
destroy;


Reply With Quote