Skip to content

Instantly share code, notes, and snippets.

@warmist
Created September 25, 2012 07:51
Show Gist options
  • Save warmist/3780510 to your computer and use it in GitHub Desktop.
Save warmist/3780510 to your computer and use it in GitHub Desktop.
reactionhooks
b=require "plugins.reactionhooks"
b.onReactionComplete.foo=function (unit,in_items,out_items,call_native)
print("OKAY!")
printall(unit)
printall(in_items)
printall(out_items)
printall(call_native)
call_native=false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment