I want that hammer bro throw more than 1 hammer at one shoot and i decided to make a new script for this but when i write this script
With npc(sysval(Param1))
If .ID=335 and .curframe=1 and .facing=1 then
Call NCreate(336,.X,.Y,-2,-4,0,0)
Call NCreate(336,.X-30,.Y+30,-3,2,0,0)
Call AudioSet(2,2,0,"Hammer Toss")
End if
End With
It throws hammers like a waterfall but this is not what i want.What i want is that this smb3 style hammer bro throws 2 hammers or more hammers at one shoot.
How can i fix this problem?
(By the way my hammer bro has parallel execution)