Closed AlexProudfoot closed 5 years ago
Ensure the main file has a release and a version. The names of included files should be in lower case for linux/macos compilations.
The compiler reports 1 error.
[error ZIL0207] syntax.zil:70: undefined action routine: V-$PROB
The following statement should be removed from syntax.zil since V-$PROB is not defined.
<SYNTAX $PROB = V-$PROB>
Try commenting it out like the previous two definitions, $DEBUG and $CHEAT.
No build errors.
Tidy the main file. Remove extraneous statements.
No build errors.
Build the game using the ZILF toolset. Eliminate compilation and startup errors where necessary.