HTML Code:
//Serverside
function onCreated() {
this.showcharacter();
this.ani = "gani";
//Auto destroy in 15
setTimer(15);
}
function onTimeout() {
this.destroy();
}
function onActionTakeDart() {
this.destroy();
}
//#CLIENTSIDE
function onCreated() {
this.showcharacter();
}
function onPlayerTouchsMe() {
triggeraction(this.x, this.y, "TakeDart", "");
}
no reason..