Symbol: VERB
games/battlestar/command2.c
117
wordtype[wordnumber] = VERB;
games/battlestar/command2.c
122
wordtype[wordnumber] = VERB;
games/battlestar/command4.c
52
wordtype[wordnumber] = VERB;
games/battlestar/cypher.c
54
if (wordtype[wordnumber] != VERB &&
games/battlestar/parse.c
130
&& wordtype[n + 1] == VERB) {
games/battlestar/words.c
114
{ "up", UP, VERB, NULL },
games/battlestar/words.c
115
{ "u", UP, VERB, NULL },
games/battlestar/words.c
116
{ "down", DOWN, VERB, NULL },
games/battlestar/words.c
117
{ "d", DOWN, VERB, NULL },
games/battlestar/words.c
118
{ "ahead", AHEAD, VERB, NULL },
games/battlestar/words.c
119
{ "a", AHEAD, VERB, NULL },
games/battlestar/words.c
120
{ "back", BACK, VERB, NULL },
games/battlestar/words.c
121
{ "b", BACK, VERB, NULL },
games/battlestar/words.c
122
{ "right", RIGHT, VERB, NULL },
games/battlestar/words.c
123
{ "r", RIGHT, VERB, NULL },
games/battlestar/words.c
124
{ "left", LEFT, VERB, NULL },
games/battlestar/words.c
125
{ "l", LEFT, VERB, NULL },
games/battlestar/words.c
126
{ "take", TAKE, VERB, NULL },
games/battlestar/words.c
127
{ "get", TAKE, VERB, NULL },
games/battlestar/words.c
128
{ "use", USE, VERB, NULL },
games/battlestar/words.c
129
{ "look", LOOK, VERB, NULL },
games/battlestar/words.c
130
{ "lo", LOOK, VERB, NULL },
games/battlestar/words.c
131
{ "quit", QUIT, VERB, NULL },
games/battlestar/words.c
132
{ "q", QUIT, VERB, NULL },
games/battlestar/words.c
133
{ "su", SU, VERB, NULL },
games/battlestar/words.c
134
{ "drop", DROP, VERB, NULL },
games/battlestar/words.c
135
{ "draw", DRAW, VERB, NULL },
games/battlestar/words.c
136
{ "pull", DRAW, VERB, NULL },
games/battlestar/words.c
137
{ "carry", DRAW, VERB, NULL },
games/battlestar/words.c
138
{ "wear", WEARIT, VERB, NULL },
games/battlestar/words.c
139
{ "sheathe", WEARIT, VERB, NULL },
games/battlestar/words.c
140
{ "put", PUT, VERB, NULL },
games/battlestar/words.c
141
{ "buckle", PUT, VERB, NULL },
games/battlestar/words.c
142
{ "strap", PUT, VERB, NULL },
games/battlestar/words.c
143
{ "tie", PUT, VERB, NULL },
games/battlestar/words.c
144
{ "inven", INVEN, VERB, NULL },
games/battlestar/words.c
145
{ "i", INVEN, VERB, NULL },
games/battlestar/words.c
150
{ "kill", KILL, VERB, NULL },
games/battlestar/words.c
151
{ "fight", KILL, VERB, NULL },
games/battlestar/words.c
152
{ "ravage", RAVAGE, VERB, NULL },
games/battlestar/words.c
153
{ "rape", RAVAGE, VERB, NULL },
games/battlestar/words.c
154
{ "undress", UNDRESS, VERB, NULL },
games/battlestar/words.c
155
{ "throw", THROW, VERB, NULL },
games/battlestar/words.c
156
{ "launch", LAUNCH, VERB, NULL },
games/battlestar/words.c
157
{ "land", LANDIT, VERB, NULL },
games/battlestar/words.c
158
{ "light", LIGHT, VERB, NULL },
games/battlestar/words.c
159
{ "strike", LIGHT, VERB, NULL },
games/battlestar/words.c
160
{ "follow", FOLLOW, VERB, NULL },
games/battlestar/words.c
161
{ "chase", FOLLOW, VERB, NULL },
games/battlestar/words.c
162
{ "kiss", KISS, VERB, NULL },
games/battlestar/words.c
163
{ "love", LOVE, VERB, NULL },
games/battlestar/words.c
164
{ "fuck", LOVE, VERB, NULL },
games/battlestar/words.c
165
{ "give", GIVE, VERB, NULL },
games/battlestar/words.c
166
{ "smite", SMITE, VERB, NULL },
games/battlestar/words.c
167
{ "attack", SMITE, VERB, NULL },
games/battlestar/words.c
168
{ "swing", SMITE, VERB, NULL },
games/battlestar/words.c
169
{ "stab", SMITE, VERB, NULL },
games/battlestar/words.c
170
{ "slice", SMITE, VERB, NULL },
games/battlestar/words.c
171
{ "cut", SMITE, VERB, NULL },
games/battlestar/words.c
172
{ "hack", SMITE, VERB, NULL },
games/battlestar/words.c
173
{ "shoot", SHOOT, VERB, NULL },
games/battlestar/words.c
174
{ "blast", SHOOT, VERB, NULL },
games/battlestar/words.c
175
{ "open", OPEN, VERB, NULL },
games/battlestar/words.c
176
{ "unlock", OPEN, VERB, NULL },
games/battlestar/words.c
179
{ "time", TIME, VERB, NULL },
games/battlestar/words.c
180
{ "sleep", SLEEP, VERB, NULL },
games/battlestar/words.c
181
{ "dig", DIG, VERB, NULL },
games/battlestar/words.c
182
{ "eat", EAT, VERB, NULL },
games/battlestar/words.c
183
{ "swim", SWIM, VERB, NULL },
games/battlestar/words.c
184
{ "drink", DRINK, VERB, NULL },
games/battlestar/words.c
186
{ "verbose", VERBOSE, VERB, NULL },
games/battlestar/words.c
187
{ "brief", BRIEF, VERB, NULL },
games/battlestar/words.c
188
{ "save", SAVE, VERB, NULL },
games/battlestar/words.c
189
{ "ride", RIDE, VERB, NULL },
games/battlestar/words.c
190
{ "mount", RIDE, VERB, NULL },
games/battlestar/words.c
191
{ "drive", DRIVE, VERB, NULL },
games/battlestar/words.c
192
{ "start", DRIVE, VERB, NULL },
games/battlestar/words.c
193
{ "score", SCORE, VERB, NULL },
games/battlestar/words.c
194
{ "points", SCORE, VERB, NULL },
games/battlestar/words.c
195
{ "bury", BURY, VERB, NULL },
games/battlestar/words.c
196
{ "jump", JUMP, VERB, NULL },
games/battlestar/words.c
197
{ "kick", KICK, VERB, NULL },
games/battlestar/words.c
211
{ "climb", AUXVERB, VERB, NULL },
games/battlestar/words.c
212
{ "move", AUXVERB, VERB, NULL },
games/battlestar/words.c
213
{ "make", AUXVERB, VERB, NULL },