mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
add pre 0.3.7 method for testing
This commit is contained in:
parent
43974ceda0
commit
ab98877f06
@ -2,7 +2,7 @@
|
||||
/*%FSM<HEAD>*/
|
||||
/*
|
||||
item0[] = {"INIT",0,250,-25.000000,-375.000000,75.000000,-325.000000,0.000000,"INIT"};
|
||||
item1[] = {"FINISH",1,4346,-25.000000,1475.000000,75.000000,1525.000000,0.000000,"FINISH"};
|
||||
item1[] = {"FINISH",1,250,-25.000000,1475.000000,75.000000,1525.000000,0.000000,"FINISH"};
|
||||
item2[] = {"true",8,218,-150.000000,-125.000000,-50.000000,-75.000000,0.000000,"true"};
|
||||
item3[] = {"Version_Check",2,250,-25.000000,-75.000000,75.000000,-25.000000,0.000000,"Version Check"};
|
||||
item4[] = {"Player_Object_Re",4,218,-150.000000,75.000000,-50.000000,125.000000,0.000000,"Player" \n "Object Ready"};
|
||||
@ -34,7 +34,7 @@ item29[] = {"Preload_done",8,218,-150.000000,1425.000000,-50.000000,1475.000000,
|
||||
item30[] = {"",7,210,471.000000,796.000000,479.000000,804.000000,0.000000,""};
|
||||
item31[] = {"",7,210,471.000000,796.000000,479.000000,804.000000,0.000000,""};
|
||||
item32[] = {"true",8,218,425.000000,1075.000000,525.000000,1125.000000,0.000000,"true"};
|
||||
item33[] = {"Display_Message",2,250,600.000000,1075.000000,700.000000,1125.000000,0.000000,"Display" \n "Message"};
|
||||
item33[] = {"Display_Message",2,4346,600.000000,1075.000000,700.000000,1125.000000,0.000000,"Display" \n "Message"};
|
||||
item34[] = {"Server_Ready",4,218,-25.000000,300.000000,75.000000,350.000000,0.000000,"Server" \n "Ready"};
|
||||
item35[] = {"Check_Server",2,250,-25.000000,375.000000,75.000000,425.000000,0.000000,"Check Server"};
|
||||
item36[] = {"Server_not_worki",4,218,125.000000,375.000000,225.000000,425.000000,10.000000,"Server" \n "not working"};
|
||||
@ -190,8 +190,8 @@ link97[] = {85,79};
|
||||
link98[] = {86,16};
|
||||
link99[] = {86,22};
|
||||
link100[] = {87,31};
|
||||
globals[] = {0.000000,0,0,0,0,640,480,1,244,6316128,1,-207.564026,582.257507,1932.771484,781.734619,586,854,1};
|
||||
window[] = {2,-1,-1,-1,-1,838,1706,2998,26,3,604};
|
||||
globals[] = {0.000000,0,0,0,0,640,480,1,244,6316128,1,314.041901,1103.864014,1613.338623,764.213013,586,630,1};
|
||||
window[] = {2,-1,-1,-1,-1,942,130,1422,130,3,604};
|
||||
*//*%FSM</HEAD>*/
|
||||
class FSM
|
||||
{
|
||||
@ -406,7 +406,7 @@ class FSM
|
||||
"1338 cutText [_msg,""PLAIN"",0]; " \n
|
||||
"deleteVehicle player;" \n
|
||||
"call _rejectPlayer;" \n
|
||||
"diag_log format [""(%1) %2"",diag_tickTime,_msg];" \n
|
||||
"// diag_log format [""(%1) %2"",diag_tickTime,_msg];" \n
|
||||
"_myTime = diag_tickTime;"/*%FSM</STATEINIT""">*/;
|
||||
precondition = /*%FSM<STATEPRECONDITION""">*/""/*%FSM</STATEPRECONDITION""">*/;
|
||||
class Links
|
||||
@ -642,7 +642,7 @@ class FSM
|
||||
" (findDisplay 46) displayAddEventHandler [""KeyDown"",""true""];" \n
|
||||
" (findDisplay 46) displayAddEventHandler [""KeyUp"",""true""];" \n
|
||||
"};" \n
|
||||
"diag_log format [""(%1) %2"",diag_tickTime,_msg];" \n
|
||||
"// diag_log format [""(%1) %2"",diag_tickTime,_msg];" \n
|
||||
"_myTime = diag_tickTime;" \n
|
||||
""/*%FSM</STATEINIT""">*/;
|
||||
precondition = /*%FSM<STATEPRECONDITION""">*/""/*%FSM</STATEPRECONDITION""">*/;
|
||||
@ -1039,7 +1039,7 @@ class FSM
|
||||
priority = 0.000000;
|
||||
to="Setup_Player_Obj";
|
||||
precondition = /*%FSM<CONDPRECONDITION""">*/""/*%FSM</CONDPRECONDITION""">*/;
|
||||
condition=/*%FSM<CONDITION""">*/"!(isNull _playerObject) && {_playerObject getVariable [""SETUP"",false]}"/*%FSM</CONDITION""">*/;
|
||||
condition=/*%FSM<CONDITION""">*/"!(isNull _playerObject) && {_playerObject getVariable [""SETUP"",false]} && {_magCount == magazines player}"/*%FSM</CONDITION""">*/;
|
||||
action=/*%FSM<ACTION""">*/""/*%FSM</ACTION""">*/;
|
||||
};
|
||||
/*%FSM</LINK>*/
|
||||
|
Loading…
Reference in New Issue
Block a user