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