Files
Anphillia_PRC8/_module/nss/eye_ethfri_att.nss
Jaysyn904 28cdb617b3 Initial commit
Adding all of the current content for Anphillia Unlimited.
2024-01-04 07:49:38 -05:00

9 lines
250 B
Plaintext

///
// This script fires when the friendly ethereal guardian gets attacked
void main()
{
ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectHeal(500), OBJECT_SELF);
FloatingTextStringOnCreature("You cannot hurt me here.", OBJECT_SELF, FALSE);
}