Skip to content

Instantly share code, notes, and snippets.

@Kruithne
Created June 20, 2014 02:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kruithne/0c3219e76e4206aeea47 to your computer and use it in GitHub Desktop.
Save Kruithne/0c3219e76e4206aeea47 to your computer and use it in GitHub Desktop.
Flint Thingy
function flint_thing(data)
local p = Player:new(data["player"]);
p:sendEvent("achievement.deadbone");
end
registerHook("REGION_ENTER", "flint_thing", "spawn-some_region");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment