Examples #
ts
const currentWeapon = player.currentWeapon;
if (currentWeapon !== 0x958a4a8f) {
// is not using a baseball bat
return;
}
// is using a baseball bat