262 RegisterVariable('history' , vtCommand, @chHistory , true ); |
262 RegisterVariable('history' , vtCommand, @chHistory , true ); |
263 RegisterVariable('chat' , vtCommand, @chChat , true ); |
263 RegisterVariable('chat' , vtCommand, @chChat , true ); |
264 RegisterVariable('newgrave', vtCommand, @chNewGrave , false); |
264 RegisterVariable('newgrave', vtCommand, @chNewGrave , false); |
265 RegisterVariable('say' , vtCommand, @chSay , true ); |
265 RegisterVariable('say' , vtCommand, @chSay , true ); |
266 RegisterVariable('hogsay' , vtCommand, @chHogSay , true ); |
266 RegisterVariable('hogsay' , vtCommand, @chHogSay , true ); |
|
267 RegisterVariable('teamsay' , vtCommand, @chTeamSay , true ); |
267 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu , false); |
268 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu , false); |
268 RegisterVariable('+precise', vtCommand, @chPrecise_p , false); |
269 RegisterVariable('+precise', vtCommand, @chPrecise_p , false); |
269 RegisterVariable('-precise', vtCommand, @chPrecise_m , false); |
270 RegisterVariable('-precise', vtCommand, @chPrecise_m , false); |
270 RegisterVariable('+left' , vtCommand, @chLeft_p , false); |
271 RegisterVariable('+left' , vtCommand, @chLeft_p , false); |
271 RegisterVariable('-left' , vtCommand, @chLeft_m , false); |
272 RegisterVariable('-left' , vtCommand, @chLeft_m , false); |