PRC8_fork/trunk/psionics/psi_shadow_dtrct.nss

6 lines
175 B
Plaintext
Raw Normal View History

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