I'm a complete fledgling to Twine2 and I can't seem to make an "if -> then" statement for my rudimentary health system.
< !-- header -->
{
(if: $_player_health is 0) (goto: "death scene")
}
Can someone tell me if there's a template for "if -> then" with a command for the "then" part?