Razish / japp

JA++ server and client modification for Jedi Academy
GNU General Public License v2.0
44 stars 30 forks source link

Add: C#/Java like event registers for objects (player, entity, etc) #415

Open Exmirai opened 7 years ago

Exmirai commented 7 years ago

Example:

local player = GetPlayer()
        player.health = 100
        player.pick + function(item_id) print("You've picked: " ... tostring(item_id) ... "!") end