22 #ifndef PINK_CONSTANTS_H 23 #define PINK_CONSTANTS_H 29 kMaxStringLength = 128,
45 kConditionGameVariable,
46 kConditionInventoryItemOwner,
47 kConditionModuleVariable,
48 kConditionNotInventoryItemOwner,
49 kConditionNotModuleVariable,
50 kConditionNotPageVariable,
51 kConditionPageVariable,
58 kHandlerTimerSequences,
71 kSequenceItemDefaultAction,
73 kSequenceItemLeaderAudio,
75 kSideEffectGameVariable,
76 kSideEffectInventoryItemOwner,
78 kSideEffectModuleVariable,
79 kSideEffectPageVariable,
80 kSideEffectRandomPageVariable,
93 kClickableFirstFrameCursor = 2,
94 kClickableSecondFrameCursor = 3,
95 kNotClickableCursor = 4,
96 kHoldingItemCursor = 5,
97 kPDADefaultCursor = 6,
98 kPDAClickableFirstFrameCursor = 7,
99 kPDAClickableSecondFrameCursor = 8,
101 kExitRightCursor = 10,
102 kExitForwardCursor = 11,
109 kPokusLoadingCursorID = 135,
110 kPokusExitForwardCursorID = 138,
111 kPokusExitDownCursorID = 139,
112 kPokusExitLeftCursorID = 133,
113 kPokusExitRightCursorID = 134,
114 kPokusClickableFirstCursorID = 137,
115 kPokusClickableSecondCursorID = 136,
116 kPokusClickableThirdCursorID = 145,
117 kPokusNotClickableCursorID = 140,
118 kPokusHoldingItemCursorID = 147,
119 kPokusPDADefaultCursorID = 141,
120 kPokusPDAClickableFirstFrameCursorID = 144,
121 kPokusPDAClickableSecondFrameCursorID = 146
127 kPerilClickableThirdCursorID = 140,
128 kPerilNotClickableCursorID = 139,
129 kPerilHoldingItemCursorID = 101,
130 kPerilPDAClickableFirstFrameCursorID = 142,
131 kPerilPDAClickableSecondFrameCursorID = 143
135 kOrbMajorVersion = 2,
136 kOrbMinorVersion = 0,
137 kBroMajorVersion = 1,
142 kTimersUpdateTime = 100,
143 kCursorsUpdateTime = 200
150 static const char *
const kPinkGame =
"PinkGame";
152 static const char *
const kPeril =
"peril";
154 static const char *
const kCloseAction =
"Close";
155 static const char *
const kIdleAction =
"Idle";
156 static const char *
const kOpenAction =
"Open";
157 static const char *
const kShowAction =
"Show";
158 static const char *
const kHideAction =
"Hide";
159 static const char *
const kInactiveAction =
"Inactive";
161 static const char *
const kInventoryWindowActor =
"InventoryWindow";
162 static const char *
const kInventoryItemActor =
"InventoryItem";
163 static const char *
const kInventoryRightArrowActor =
"InventoryRightArrow";
164 static const char *
const kInventoryLeftArrowActor =
"InventoryLeftArrow";
166 static const char *
const kAudioInfoActor =
"AudioInfo";
167 static const char *
const kPdaButtonActor =
"PDAButton";
169 static const char *
const kCursorNameExit =
"Exit";
170 static const char *
const kCursorNameExitUp =
"ExitUp";
171 static const char *
const kCursorNameExitLeft =
"ExitLeft";
172 static const char *
const kCursorNameExitRight =
"ExitRight";
173 static const char *
const kCursorNameExitForward =
"ExitForward";
174 static const char *
const kCursorNameExitBackWards =
"ExitBackwards";
176 static const char *
const kClickable =
"Clickable";
177 static const char *
const kCursor =
"Cursor";
179 static const char *
const kFoodPuzzle =
"FoodPuzzle";
180 static const char *
const kJackson =
"Jackson";
181 static const char *
const kBolted =
"Bolted";
182 static const char *
const kDrunkLocation =
"DrunkLocation";
183 static const char *
const kDrunk =
"Drunk";
185 static const char *
const kBoy =
"Boy";
186 static const char *
const kSirBaldley =
"SirBaldley";
187 static const char *
const kBoyBlocked =
"BoyBlocked";
189 static const char *
const kUndefinedValue =
"UNDEFINED";
190 static const char *
const kTrueValue =
"TRUE";
192 static const char *
const kCountryWheel =
"CountryWheel";
193 static const char *
const kDomainWheel =
"DomainWheel";
195 static const char *
const kLocator =
"Locator";
197 static const char *
const kPreviousPageButton =
"PreviousPageButton";
198 static const char *
const kDomainButton =
"DomainButton";
199 static const char *
const kNavigatorButton =
"NavigatorButton";
201 static const char *
const kNavigatePage =
"NAVIGATE";
203 static const char *
const kSfx =
"SFX";
205 static const char *
const kRightHand =
"RightHand";
206 static const char *
const kLeftHand =
"LeftHand";
208 static const char *
const kLeft1Name =
"Left1";
209 static const char *
const kLeft2Name =
"Left2";
210 static const char *
const kLeft3Name =
"Left3";
211 static const char *
const kLeft4Name =
"Left4";