OgreEvent:OnGainedTithe

From ISXOgre
Revision as of 11:08, 14 December 2015 by Kannkor (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.