Actions
Bug #90
closedCan't get Bload to work.
Start date:
01/30/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Trying to load a converted data bank into bank 9.
Have tried numerous combinations of file names with no success. As a last resort, moved '1.bin' to a folder called df0 in filesystem (because I know that works for loading other things such as IFF screens) and just get an unepected token error in runtime.
Code is here:-
Reserve As Data 9,400
Bload "resources:9.data/1.bin",9
This is the section of application.js with the Syntax Error: unexpected token ":"
// Bload "resources:9.data/1.bin",9
this.aoz.sourcePos="7:0";
return{type:12,waitThis:this.aoz.thisFilesystem,callFunction:"bLoad,waitFunction":"load_wait",args:["resources:9.data/1.bin",%address,undefined]};
Actions