Inv Item as Cursor:
I've activated this setting and it seems to work just fine:
General Settings -> Inventory -> "Use selected inventory graphic for cursor" => True
Infinite Running:
You might need to find an exit condition to end running. Currently it's handled in VerbGui.asc:2426
https://github.com/dkrey/ags_tumbleweed/blob/27a7745813c7869dc94aa2413b731489807e0eaf/verbgui.asc#L2426
So you could comment this out and define another condition to end running.
@AndreasBlack I like to keep things modular I already hesitated to include custom dialog rendering and only added it because the built in solution is very very basic.
Also Strazers code is ancient and unmaintained so I'd like to keep it up to the users wether to include such code or not.
I've activated this setting and it seems to work just fine:
General Settings -> Inventory -> "Use selected inventory graphic for cursor" => True
Infinite Running:
You might need to find an exit condition to end running. Currently it's handled in VerbGui.asc:2426
https://github.com/dkrey/ags_tumbleweed/blob/27a7745813c7869dc94aa2413b731489807e0eaf/verbgui.asc#L2426
So you could comment this out and define another condition to end running.
@AndreasBlack I like to keep things modular I already hesitated to include custom dialog rendering and only added it because the built in solution is very very basic.
Also Strazers code is ancient and unmaintained so I'd like to keep it up to the users wether to include such code or not.