hitInfo
Download the raw hitInfo.ser file
Uses: Hint · Round · Hurt · OnEvent
Complete script
hitInfo.ser
# Disabled by default: remove # from the filename to enable this script.
# sends a simple hint when someone gets hurt
!-- OnEvent Hurt
-- require @evPlayer @evAttacker *evDamageHandler
Hint @evAttacker 1s "Hit {@evPlayer -> name} for {Round {*evDamageHandler -> damage}} HP"
This file is compiled during the SER build and is safe to use as a current-syntax learning example.