Skip to content
Snippets Groups Projects
Commit fcb6e1db authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix if <condition> then do begin handling.

In various places (most visibly stoneb.txt pawn shop), the following
is used:

@if <condition> then do begin
 @begin

The begin on the @if line must be ignored, and the @begin on the
second line starts the block.
parent 3193874d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment