Code:
If @TIME > 18:00:00 AND @TIME < 08:00:00
  "Go to Gas Station and buy more beer."+@CRLF
  While $iMetersToGasStation > 0
    "Step..Step..Step...got..to..get...beer..."+@CRLF
    $iMetersToGasStation=$iMetersToGasStation-1
  Loop
Else
  "Go to supermarket and buy more beer."+@CRLF
EndIf