PRC8_fork/trunk/psionics/psi_shadow_cldmn.nss

6 lines
178 B
Plaintext
Raw Normal View History

void main()
{
object oCaster = OBJECT_SELF;
SetLocalInt(oCaster, "ShadowCloudMind", TRUE);
FloatingTextStringOnCreature("Reducing Cloud Mind Cost", oCaster, FALSE);
}