795 RegisterVariable('-right' , @chRight_m , false, true); |
809 RegisterVariable('-right' , @chRight_m , false, true); |
796 RegisterVariable('+up' , @chUp_p , false, true); |
810 RegisterVariable('+up' , @chUp_p , false, true); |
797 RegisterVariable('-up' , @chUp_m , false, true); |
811 RegisterVariable('-up' , @chUp_m , false, true); |
798 RegisterVariable('+left' , @chLeft_p , false, true); |
812 RegisterVariable('+left' , @chLeft_p , false, true); |
799 RegisterVariable('-left' , @chLeft_m , false, true); |
813 RegisterVariable('-left' , @chLeft_m , false, true); |
800 RegisterVariable('+attack' , @chAttack_p , false, false); // WTF? |
814 RegisterVariable('+attack' , @chAttack_p , false); |
801 RegisterVariable('+down' , @chDown_p , false, true); |
815 RegisterVariable('+down' , @chDown_p , false, true); |
802 RegisterVariable('-down' , @chDown_m , false, true); |
816 RegisterVariable('-down' , @chDown_m , false, true); |
803 RegisterVariable('hjump' , @chHJump , false, true); |
817 RegisterVariable('hjump' , @chHJump , false, true); |
804 RegisterVariable('ljump' , @chLJump , false, true); |
818 RegisterVariable('ljump' , @chLJump , false, true); |
805 RegisterVariable('nextturn', @chNextTurn , false, false); |
819 RegisterVariable('nextturn', @chNextTurn , false); |
806 RegisterVariable('-attack' , @chAttack_m , false, false); |
820 RegisterVariable('-attack' , @chAttack_m , false); |
807 RegisterVariable('slot' , @chSlot , false, true); |
821 RegisterVariable('slot' , @chSlot , false); |
808 RegisterVariable('setweap' , @chSetWeapon , false, true); |
822 RegisterVariable('setweap' , @chSetWeapon , false, true); |
809 //////// End top by freq analysis |
823 //////// End top by freq analysis |
810 RegisterVariable('gencmd' , @chGenCmd , false, true); |
824 RegisterVariable('gencmd' , @chGenCmd , false); |
811 RegisterVariable('flag' , @chFlag , false); |
825 RegisterVariable('flag' , @chFlag , false); |
812 RegisterVariable('script' , @chScript , false); |
826 RegisterVariable('script' , @chScript , false); |
813 RegisterVariable('proto' , @chCheckProto , true ); |
827 RegisterVariable('proto' , @chCheckProto , true ); |
814 RegisterVariable('spectate', @chFastUntilLag , false); |
828 RegisterVariable('spectate', @chFastUntilLag , false); |
815 RegisterVariable('capture' , @chCapture , true ); |
829 RegisterVariable('capture' , @chCapture , true ); |
849 RegisterVariable('-speedup', @chSpeedup_m , true ); |
863 RegisterVariable('-speedup', @chSpeedup_m , true ); |
850 RegisterVariable('zoomin' , @chZoomIn , true ); |
864 RegisterVariable('zoomin' , @chZoomIn , true ); |
851 RegisterVariable('zoomout' , @chZoomOut , true ); |
865 RegisterVariable('zoomout' , @chZoomOut , true ); |
852 RegisterVariable('zoomreset',@chZoomReset , true ); |
866 RegisterVariable('zoomreset',@chZoomReset , true ); |
853 RegisterVariable('ammomenu', @chAmmoMenu , true); |
867 RegisterVariable('ammomenu', @chAmmoMenu , true); |
854 RegisterVariable('+precise', @chPrecise_p , false); |
868 RegisterVariable('+precise', @chPrecise_p , false, true); |
855 RegisterVariable('-precise', @chPrecise_m , false); |
869 RegisterVariable('-precise', @chPrecise_m , false, true); |
856 RegisterVariable('switch' , @chSwitch , false); |
870 RegisterVariable('switch' , @chSwitch , false); |
857 RegisterVariable('timer' , @chTimer , false); |
871 RegisterVariable('timer' , @chTimer , false, true); |
858 RegisterVariable('taunt' , @chTaunt , false); |
872 RegisterVariable('taunt' , @chTaunt , false); |
859 RegisterVariable('put' , @chPut , false); |
873 RegisterVariable('put' , @chPut , false); |
860 RegisterVariable('+volup' , @chVol_p , true ); |
874 RegisterVariable('+volup' , @chVol_p , true ); |
861 RegisterVariable('-volup' , @chVol_m , true ); |
875 RegisterVariable('-volup' , @chVol_m , true ); |
862 RegisterVariable('+voldown', @chVol_m , true ); |
876 RegisterVariable('+voldown', @chVol_m , true ); |
870 RegisterVariable('+cur_l' , @chCurL_p , true ); |
884 RegisterVariable('+cur_l' , @chCurL_p , true ); |
871 RegisterVariable('-cur_l' , @chCurL_m , true ); |
885 RegisterVariable('-cur_l' , @chCurL_m , true ); |
872 RegisterVariable('+cur_r' , @chCurR_p , true ); |
886 RegisterVariable('+cur_r' , @chCurR_p , true ); |
873 RegisterVariable('-cur_r' , @chCurR_m , true ); |
887 RegisterVariable('-cur_r' , @chCurR_m , true ); |
874 RegisterVariable('campvar' , @chCampVar , true ); |
888 RegisterVariable('campvar' , @chCampVar , true ); |
|
889 RegisterVariable('record' , @chRecord , true ); |
875 end; |
890 end; |
876 |
891 |
877 procedure freeModule; |
892 procedure freeModule; |
878 begin |
893 begin |
879 end; |
894 end; |