WizardryEE/Notes/trunk/psionics/psi_thrall_dom.nss
2025-04-30 12:23:15 -04:00

6 lines
170 B
Plaintext

void main()
{
object oCaster = OBJECT_SELF;
SetLocalInt(oCaster, "ThrallDom", TRUE);
FloatingTextStringOnCreature("Reducing Dominate Cost", oCaster, FALSE);
}