Skip to content

[Android] Console Commands that require mouse hover

So, there are various console commands in the game that require you to hover your cursor over the character you want it to affect; for example, using SetGlobal() to modify local variables on a character, or AddSpell() to add various spells/innate abilities to a character. I've been trying to figure out how to make this work on Android, where you don't really have a cursor; the obvious solution would be plug in a mouse with an adapter, or use a bluetooth mouse, but that doesn't really seem to work properly for me. Sure, a mouse cursor appears on the screen, but hovering over a character or portrait doesn't have the same kind of hover effect that it does on, say, PC.

Has anyone been able to get these console commands working on a mobile platform?
Sign In or Register to comment.