Aantioch_Infernum/_module/nss/rh_mirror_attack.nss

10 lines
214 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
object oPC = GetPCSpeaker();
object oTarget = OBJECT_SELF;
AssignCommand(oPC, ClearAllActions());
AssignCommand(oPC, ActionSpeakString("Foul magic!"));
AssignCommand(oPC, ActionAttack(oTarget));
}