243 RegisterVariable('trflags' , vtLongInt, @TrainingFlags , false); |
243 RegisterVariable('trflags' , vtLongInt, @TrainingFlags , false); |
244 RegisterVariable('turntime', vtLongInt, @cHedgehogTurnTime, false); |
244 RegisterVariable('turntime', vtLongInt, @cHedgehogTurnTime, false); |
245 RegisterVariable('minestime',vtLongInt, @cMinesTime , false); |
245 RegisterVariable('minestime',vtLongInt, @cMinesTime , false); |
246 RegisterVariable('fort' , vtCommand, @chFort , false); |
246 RegisterVariable('fort' , vtCommand, @chFort , false); |
247 RegisterVariable('voicepack',vtCommand, @chVoicepack , false); |
247 RegisterVariable('voicepack',vtCommand, @chVoicepack , false); |
248 //RegisterVariable('grave' , vtCommand, @chGrave , false); |
248 RegisterVariable('grave' , vtCommand, @chGrave , false); |
249 RegisterVariable('bind' , vtCommand, @chBind , true ); |
249 RegisterVariable('bind' , vtCommand, @chBind , true ); |
250 RegisterVariable('addhh' , vtCommand, @chAddHH , false); |
250 RegisterVariable('addhh' , vtCommand, @chAddHH , false); |
251 RegisterVariable('hat' , vtCommand, @chSetHat , false); |
251 RegisterVariable('hat' , vtCommand, @chSetHat , false); |
252 RegisterVariable('hhcoords', vtCommand, @chSetHHCoords , false); |
252 RegisterVariable('hhcoords', vtCommand, @chSetHHCoords , false); |
253 RegisterVariable('ammloadt', vtCommand, @chSetAmmoLoadout, false); |
253 RegisterVariable('ammloadt', vtCommand, @chSetAmmoLoadout, false); |
263 RegisterVariable('zoomout' , vtCommand, @chZoomOut , true ); |
263 RegisterVariable('zoomout' , vtCommand, @chZoomOut , true ); |
264 RegisterVariable('zoomreset',vtCommand, @chZoomReset , true ); |
264 RegisterVariable('zoomreset',vtCommand, @chZoomReset , true ); |
265 RegisterVariable('skip' , vtCommand, @chSkip , false); |
265 RegisterVariable('skip' , vtCommand, @chSkip , false); |
266 RegisterVariable('history' , vtCommand, @chHistory , true ); |
266 RegisterVariable('history' , vtCommand, @chHistory , true ); |
267 RegisterVariable('chat' , vtCommand, @chChat , true ); |
267 RegisterVariable('chat' , vtCommand, @chChat , true ); |
268 RegisterVariable('newgrave', vtCommand, @chNewGrave , false); |
|
269 RegisterVariable('say' , vtCommand, @chSay , true ); |
268 RegisterVariable('say' , vtCommand, @chSay , true ); |
270 RegisterVariable('hogsay' , vtCommand, @chHogSay , true ); |
269 RegisterVariable('hogsay' , vtCommand, @chHogSay , true ); |
271 RegisterVariable('team' , vtCommand, @chTeamSay , true ); |
270 RegisterVariable('team' , vtCommand, @chTeamSay , true ); |
272 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu , true); |
271 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu , true); |
273 RegisterVariable('+precise', vtCommand, @chPrecise_p , false); |
272 RegisterVariable('+precise', vtCommand, @chPrecise_p , false); |