diff --git a/mpq/scripts/iscript.txt b/mpq/scripts/iscript.txt index ce5ba63a..eac7f7d8 100644 --- a/mpq/scripts/iscript.txt +++ b/mpq/scripts/iscript.txt @@ -51886,4 +51886,27 @@ MortothrokorWalking: wait 1 move 4 wait 1 - goto MortothrokorWalking \ No newline at end of file + goto MortothrokorWalking + +# ----------------------------------------------------------------------------- # +# This header is used by images.dat entries: +# 1738 Phantom Strike Proc (thingy\halmind.grp) +.headerstart +IsId 744 +Type 1 +Init PhantomStrikeProcInit +Death PhantomStrikeProcDeath +.headerend +# ----------------------------------------------------------------------------- # + +PhantomStrikeProcInit: + playfram 0x00 + wait 1 + playfram 1 + wait 1 + playfram 2 + wait 1 + playfram 3 +PhantomStrikeProcDeath: + wait 1 + end \ No newline at end of file