28 lines
1.3 KiB
Python
28 lines
1.3 KiB
Python
import sqg2oconst
|
|
|
|
ATTACK_RUN = sqg2oconst.ATTACK_RUN
|
|
ATTACK_FORWARD = sqg2oconst.ATTACK_FORWARD
|
|
ATTACK_LEFT = sqg2oconst.ATTACK_LEFT
|
|
ATTACK_RIGHT = sqg2oconst.ATTACK_RIGHT
|
|
ACTION_CLEAR_QUEUE = sqg2oconst.ACTION_CLEAR_QUEUE
|
|
ACTION_APPLY_OVERLAY = sqg2oconst.ACTION_APPLY_OVERLAY
|
|
ACTION_REMOVE_OVERLAY = sqg2oconst.ACTION_REMOVE_OVERLAY
|
|
ACTION_PLAY_ANI = sqg2oconst.ACTION_PLAY_ANI
|
|
ACTION_STOP_ANI = sqg2oconst.ACTION_STOP_ANI
|
|
ACTION_EQUIP_ITEM = sqg2oconst.ACTION_EQUIP_ITEM
|
|
ACTION_UNEQUIP_ITEM = sqg2oconst.ACTION_UNEQUIP_ITEM
|
|
ACTION_WEAPON_MODE = sqg2oconst.ACTION_WEAPON_MODE
|
|
ACTION_DRAW_WEAPON = sqg2oconst.ACTION_DRAW_WEAPON
|
|
ACTION_REMOVE_WEAPON = sqg2oconst.ACTION_REMOVE_WEAPON
|
|
ACTION_USE_ITEM = sqg2oconst.ACTION_USE_ITEM
|
|
ACTION_USE_ITEM_TO_STATE = sqg2oconst.ACTION_USE_ITEM_TO_STATE
|
|
ACTION_READY_SPELL = sqg2oconst.ACTION_READY_SPELL
|
|
ACTION_UNREADY_SPELL = sqg2oconst.ACTION_UNREADY_SPELL
|
|
ACTION_ATTACK_MELEE_WEAPON = sqg2oconst.ACTION_ATTACK_MELEE_WEAPON
|
|
ACTION_ATTACK_RANGED_WEAPON = sqg2oconst.ACTION_ATTACK_RANGED_WEAPON
|
|
ACTION_SPELL_CAST = sqg2oconst.ACTION_SPELL_CAST
|
|
ACTION_USE_MOB_SCHEME = sqg2oconst.ACTION_USE_MOB_SCHEME
|
|
ACTION_SHOOT_AT = sqg2oconst.ACTION_SHOOT_AT
|
|
ACTION_START_AIM_AT = sqg2oconst.ACTION_START_AIM_AT
|
|
ACTION_STOP_AIM_AT = sqg2oconst.ACTION_STOP_AIM_AT
|
|
ACTION_SCRIPT = sqg2oconst.ACTION_SCRIPT |