On JumpCatch Star
API -
function yourEvent(user)
log(user.displayName .. ' caught a star!');
end
return function()
addEvent('jumpCatchStar', 'yourEvent');
keepAlive();
end
Last updated
API -
function yourEvent(user)
log(user.displayName .. ' caught a star!');
end
return function()
addEvent('jumpCatchStar', 'yourEvent');
keepAlive();
end
Last updated