changeset 3969 | 5f4ef3db0a65 |
parent 3676 | fa29572fa56a |
child 4121 | 22b1acc0e461 |
3968:b73bf885e127 | 3969:5f4ef3db0a65 |
---|---|
251 if (s = Wavez[i].cmd) then |
251 if (s = Wavez[i].cmd) then |
252 begin |
252 begin |
253 ParseCommand('/taunt ' + char(i), true); |
253 ParseCommand('/taunt ' + char(i), true); |
254 exit |
254 exit |
255 end; |
255 end; |
256 if (s = '/newgrave') then |
|
257 begin |
|
258 ParseCommand('/newgrave', true); |
|
259 exit |
|
260 end; |
|
261 end |
256 end |
262 else |
257 else |
263 ParseCommand('/say ' + s, true); |
258 ParseCommand('/say ' + s, true); |
264 end; |
259 end; |
265 |
260 |