Difference between revisions of "OgreEvent:OnGainedTithe"
From ISXOgre
(Created page with "== OnGainedTithe == When you gain a tithe, this event will fire. == To attach == <pre>Event[OgreEvent_OnGainedTithe]:AttachAtom[OgreEvent_OnGainedTithe]</pre> == To use ==...") |
(No difference)
|
Latest revision as of 10:08, 14 December 2015
Contents
OnGainedTithe
When you gain a tithe, this event will fire.
To attach
Event[OgreEvent_OnGainedTithe]:AttachAtom[OgreEvent_OnGainedTithe]
To use
atom OgreEvent_OnGainedTithe() { oc ${Me.Name} gained a tithe! }
Comments
Because this event fires instantly, how many tithe you have in-game may not register instantly.