FanofSMBX wrote:DarkShadeX wrote:Yo FoS,have you tried to make the giant Hammer bro yet? (When it lands that earthquacke happens and the player cant move if on ground)
No, like Kil said NPCs cannot trigger events on block collision.
Well,i gonna give it a try.
EDIT:
I actually have a idea how to make it but you gotta have to use lua for this.
You basicaly check if the hammer bro is jumping,if so,set an variable to 1.
As soon as the vertical speed is 0,set that variable to 2 and trigger the earthquake stuff,and at the same time set the variable back to 0 so it doesnt repeat.