Difference between revisions of "OgreEvent:OnGainedTithe"

From ISXOgre
Jump to: navigation, search
(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

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.