239 RegisterVariable('seed' , vtCommand, @chSetSeed , false); |
239 RegisterVariable('seed' , vtCommand, @chSetSeed , false); |
240 RegisterVariable('template_filter', vtLongInt, @cTemplateFilter, false); |
240 RegisterVariable('template_filter', vtLongInt, @cTemplateFilter, false); |
241 RegisterVariable('delay' , vtLongInt, @cInactDelay , false); |
241 RegisterVariable('delay' , vtLongInt, @cInactDelay , false); |
242 RegisterVariable('casefreq', vtLongInt, @cCaseFactor , false); |
242 RegisterVariable('casefreq', vtLongInt, @cCaseFactor , false); |
243 RegisterVariable('sd_turns', vtLongInt, @cSuddenDTurns , false); |
243 RegisterVariable('sd_turns', vtLongInt, @cSuddenDTurns , false); |
244 RegisterVariable('damagepct', vtLongInt, @cDamagePercent, false); |
244 RegisterVariable('damagepct',vtLongInt, @cDamagePercent , false); |
245 RegisterVariable('landadds', vtLongInt, @cLandAdditions , false); |
245 RegisterVariable('landadds', vtLongInt, @cLandAdditions , false); |
246 RegisterVariable('gmflags' , vtLongInt, @GameFlags , false); |
246 RegisterVariable('gmflags' , vtLongInt, @GameFlags , false); |
247 RegisterVariable('trflags' , vtLongInt, @TrainingFlags , false); |
247 RegisterVariable('trflags' , vtLongInt, @TrainingFlags , false); |
248 RegisterVariable('turntime', vtLongInt, @cHedgehogTurnTime, false); |
248 RegisterVariable('turntime', vtLongInt, @cHedgehogTurnTime, false); |
249 RegisterVariable('minestime', vtLongInt, @cMinesTime, false); |
249 RegisterVariable('minestime',vtLongInt, @cMinesTime , false); |
250 RegisterVariable('fort' , vtCommand, @chFort , false); |
250 RegisterVariable('fort' , vtCommand, @chFort , false); |
251 RegisterVariable('voicepack',vtCommand, @chVoicepack , false); |
251 RegisterVariable('voicepack',vtCommand, @chVoicepack , false); |
252 RegisterVariable('grave' , vtCommand, @chGrave , false); |
252 RegisterVariable('grave' , vtCommand, @chGrave , false); |
253 RegisterVariable('bind' , vtCommand, @chBind , true ); |
253 RegisterVariable('bind' , vtCommand, @chBind , true ); |
254 RegisterVariable('addhh' , vtCommand, @chAddHH , false); |
254 RegisterVariable('addhh' , vtCommand, @chAddHH , false); |
296 RegisterVariable('-volup' , vtCommand, @chVol_m , true ); |
296 RegisterVariable('-volup' , vtCommand, @chVol_m , true ); |
297 RegisterVariable('+voldown', vtCommand, @chVol_m , true ); |
297 RegisterVariable('+voldown', vtCommand, @chVol_m , true ); |
298 RegisterVariable('-voldown', vtCommand, @chVol_p , true ); |
298 RegisterVariable('-voldown', vtCommand, @chVol_p , true ); |
299 RegisterVariable('findhh' , vtCommand, @chFindhh , true ); |
299 RegisterVariable('findhh' , vtCommand, @chFindhh , true ); |
300 RegisterVariable('pause' , vtCommand, @chPause , true ); |
300 RegisterVariable('pause' , vtCommand, @chPause , true ); |
301 RegisterVariable('+cur_u' , vtCommand, @chCurU_p , true ); |
301 RegisterVariable('+cur_u' , vtCommand, @chCurU_p , true ); |
302 RegisterVariable('-cur_u' , vtCommand, @chCurU_m , true ); |
302 RegisterVariable('-cur_u' , vtCommand, @chCurU_m , true ); |
303 RegisterVariable('+cur_d' , vtCommand, @chCurD_p , true ); |
303 RegisterVariable('+cur_d' , vtCommand, @chCurD_p , true ); |
304 RegisterVariable('-cur_d' , vtCommand, @chCurD_m , true ); |
304 RegisterVariable('-cur_d' , vtCommand, @chCurD_m , true ); |
305 RegisterVariable('+cur_l' , vtCommand, @chCurL_p , true ); |
305 RegisterVariable('+cur_l' , vtCommand, @chCurL_p , true ); |
306 RegisterVariable('-cur_l' , vtCommand, @chCurL_m , true ); |
306 RegisterVariable('-cur_l' , vtCommand, @chCurL_m , true ); |
307 RegisterVariable('+cur_r' , vtCommand, @chCurR_p , true ); |
307 RegisterVariable('+cur_r' , vtCommand, @chCurR_p , true ); |
308 RegisterVariable('-cur_r' , vtCommand, @chCurR_m , true ); |
308 RegisterVariable('-cur_r' , vtCommand, @chCurR_m , true ); |
309 |
309 |
310 finalization |
310 finalization |
311 FreeVariablesList |
311 FreeVariablesList |
312 |
312 |
313 end. |
313 end. |