forked from Jaysyn/PRC8
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oCaster = OBJECT_SELF;
|
||
|
SetLocalInt(oCaster, "ShadowCloudMindMass", TRUE);
|
||
|
FloatingTextStringOnCreature("Reducing Cloud Mind, Mass Cost", oCaster, FALSE);
|
||
|
}
|