Quote:
Originally Posted by cyan3
PHP Code:
//#CLIENTSIDE
function onCreated() {
// creates a block image
setimg("block.png");
}
function onActionGrab() {
// sends message "Grab" if the block is grabbed
sendrpgmessage("Grab");
}
|
It's not a built in function, you have to set it up with a script