PRC8/trunk/psionics/psi_thrall_dom.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

6 lines
170 B
Plaintext

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