1
SCI Community How To's & Tutorials / Re: LSL6 speedrun cheat items
« on: February 12, 2025, 02:19:06 PM »
Since you're frobbing the code already, I'd just put:
Code: [Select]
(ego get: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41)
somewhere. Or even just do it from the ScummVM console (unfortunately ScummVM can't do copy and paste; but you can cheat, because ScummVM does have a command-line history which is saved and loaded):Code: [Select]
send ego get 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
EDIT: Fixed call