MikeTaylor / scottkit

Scott Adams adventure toolkit: compile, decompile and play 80s-style adventure games
30 stars 10 forks source link

File inclusion #29

Open MikeTaylor opened 6 years ago

MikeTaylor commented 6 years ago

It would be good to have a file-inclusion facility: something like

%include "fileFromThisDir.sck"
%include "subdir/fileRelativeToCurrentDir.sck"
%include <someStandardFile.sck>

As the third example implies, this could be used to provide a library of standard actions, as discussed (and decided against :-) ) in https://reprog.wordpress.com/2017/10/25/boilerplate-for-scottkit-games-standard-actions/