Initial Upload
Initial Upload
This commit is contained in:
9
_module/nss/rh_mirror_attack.nss
Normal file
9
_module/nss/rh_mirror_attack.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oTarget = OBJECT_SELF;
|
||||
|
||||
AssignCommand(oPC, ClearAllActions());
|
||||
AssignCommand(oPC, ActionSpeakString("Foul magic!"));
|
||||
AssignCommand(oPC, ActionAttack(oTarget));
|
||||
}
|
Reference in New Issue
Block a user