Bothering NPCs and Trashcans in Panic Attack!...

Поделиться
HTML-код
  • Опубликовано: 25 янв 2025
  • Each character can perform an attack on the main fields/maps. You can hit NPCs or plain objects. You might piss off a person though so be careful. BUT hitting objects like this trashcan may yield different results like an item.

Комментарии • 2

  • @SaltedMallows
    @SaltedMallows Год назад +2

    Can I ask how you created these attack encounters? Did you basically just do it through making an event that
    plays an attack animation, screen shake, and sound effect? Or is there something more going on with maybe like Chrono engine or something like that.
    Can this be freely done without the dialogue?

    • @zerobeat032
      @zerobeat032  Год назад

      basically I made an event that attaches a hit box to the the player of a certain radius. if anything is hit within that radius, it triggers a page from the event conditions of whatever got hit. the attack itself is a common event tied to a button. when you hit the button, I have the character do an attack, which has the animation tied to it. the rest is done all in whatever event is hit with other plugins or script codes for things like it's hit animation or the screen shake. and yeah it can be done without dialogue. I just added it so the player knows they can't get anymore items from whatever they're hitting.