This repository was archived by the owner on Jun 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 124124124;SMART_ACTION_LOAD_EQUIPMENT
125125125;SMART_ACTION_TRIGGER_RANDOM_TIMED_EVENT
126126126;SMART_ACTION_REMOVE_ALL_GAMEOBJECTS
127- 127;SMART_ACTION_STOP_MOTION
127+ 127;SMART_ACTION_REMOVE_MOVEMENT
128128128;SMART_ACTION_PLAY_ANIMKIT
129129129;SMART_ACTION_SCENE_PLAY
130130130;SMART_ACTION_SCENE_CANCEL
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ interface
1515const
1616 VERSION_1 = ' 2' ; // *10000
1717 VERSION_2 = ' 1' ; // *100
18- VERSION_3 = ' 1 ' ;
19- VERSION_4 = ' b ' ;
18+ VERSION_3 = ' 2 ' ;
19+ VERSION_4 = ' ' ;
2020 VERSION_EXE = VERSION_1 + ' .' + VERSION_2 + ' .' + VERSION_3 + ' .' + VERSION_4;
2121
2222 SCRIPT_TAB_NO_QUEST = 6 ;
@@ -12404,10 +12404,10 @@ procedure TMainForm.SetSAIAction(t: integer);
1240412404 lbcyaction_type.Hint := ' ' ;
1240512405 edcyaction_type.Hint := lbcyaction_type.Hint;
1240612406 end ;
12407- 127 : // SMART_ACTION_STOP_MOTION
12407+ 127 : // SMART_ACTION_REMOVE_MOVEMENT
1240812408 begin
12409- lbcyaction_param1.Caption := ' StopMoving ' ;
12410- lbcyaction_param2.Caption := ' movementExpired ' ;
12409+ lbcyaction_param1.Caption := ' MovementType ' ;
12410+ lbcyaction_param2.Caption := ' Forced ' ;
1241112411 lbcyaction_param3.Caption := ' ' ;
1241212412 lbcyaction_param4.Caption := ' ' ;
1241312413 lbcyaction_param5.Caption := ' ' ;
You can’t perform that action at this time.
0 commit comments