GUIScript: Make LoadSymbol return an object.
[gemrb.git] / gemrb / GUIScripts / ie_action.py
blobf7d047d6f59795baa5508db4a49237fc02ec1239
1 # -*-python-*-
2 # GemRB - Infinity Engine Emulator
3 # Copyright (C) 2007 The GemRB Project
5 # This program is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU General Public License
7 # as published by the Free Software Foundation; either version 2
8 # of the License, or (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20 #Note: keep this file in sync with PCStatStructs.h
21 ACT_STEALTH=0
22 ACT_THIEVING=1
23 ACT_CAST=2
24 ACT_QSPELL1=3
25 ACT_QSPELL2=4
26 ACT_QSPELL3=5
27 ACT_TURN=6
28 ACT_TALK=7
29 ACT_USE=8
30 ACT_QSLOT1=9
31 ACT_QSLOT4=10 #heh
32 ACT_QSLOT2=11
33 ACT_QSLOT3=12
34 ACT_QSLOT5=31 #
35 ACT_INNATE=13
36 ACT_DEFEND=14
37 ACT_ATTACK=15
38 ACT_WEAPON1=16
39 ACT_WEAPON2=17
40 ACT_WEAPON3=18
41 ACT_WEAPON4=19
42 ACT_BARDSONG=20
43 ACT_STOP=21
44 ACT_SEARCH=22
45 ACT_SHAPE=23
46 ACT_TAMING=24
47 ACT_SKILLS=25
48 ACT_WILDERNESS=26
49 #gui navigation (scrolling button rows left or right)
50 ACT_LEFT=32
51 ACT_RIGHT=33
53 ACT_NONE=100