
Prototype: GemRB.GameControlSetTargetMode(Mode)

Description: Sets action to be made by the player (the cursor will change). It could be: talk, attack, spellcast.

Parameters:
 Mode - 0 none
        1 talk
        2 attack (bash)
        4 spellcast
        8 defend
       16 pick lock

 Also the target type could be added:
TARGET_MODE_ALLY    = 0x100
TARGET_MODE_ENEMY   = 0x200
TARGET_MODE_NEUTRAL = 0x400

Return value: N/A

See also: GameControlSetScreenFlags, GameControlGetTargetMode

