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); |