Page 1 of 1

execute WHDLoad.slave

Posted: Sun May 15, 2022 2:09 pm
by leavereality
So maybe starting another little hollywood designer program, basically user clicks on Box start the WHDload game, but i cant seem to figure out how to do it as always :P

So it locating the file that seem to be the issue,

the file and hollywood file is all on the RAM:

In hollywood I tried
Execute("WHDload WormsDCAGA.Slave")
Execute("WHDload RAM:WormsDCAGA.Slave")
Execute("WHDload Slave=WormsDCAGA.Slave")
Execute("RAM:WormsDCAGA.slave WHDload")

In shell command if you are in the RAM: dir then the code is simple "WHDload WormsDCAGA.slave" and it plays the game. Anyone know how to do it cheers.

Re: execute WHDLoad.slave

Posted: Sun May 15, 2022 6:32 pm
by leavereality
kinda fixed by making an Iconx version of the file and using wbrun

W1 is on the same folder with the text Whdload wormsdcaga.slave set to run as iconx
now i have this
Execute("Wbrun RAM:W1")

Re: execute WHDLoad.slave

Posted: Sun May 15, 2022 9:06 pm
by plouf
Arguments go in second parameter
Try
Execute("whdload","slaveblahblah")

Re: execute WHDLoad.slave

Posted: Sat May 21, 2022 12:52 pm
by leavereality
thanks