Examples #
ts
if (player.isReloading) {
    console.log(`They are reloading!`);
} else {
    console.log(`They are not reloading!`);
}