Merge branch 'master' of ssh://192.168.10.159:/1TBHDD/ikong/taobin_project

This commit is contained in:
miggaze 2022-04-25 17:33:09 +07:00
commit efbc49ce98
7 changed files with 1065 additions and 13 deletions

View file

@ -31,6 +31,8 @@
Var Tel_Confirm_Flag = 0
Var TimeoutToNext = 3
DEBUGVAR Seeker
If Seeker = "curr" Then
@ -106,13 +108,25 @@
Var video_id_to_ran = 3
Var video_name_to_play = "taobin_save_world"
Random video_id_to_ran
If new_layout = "true" Then
Random2 1 3 video_id_to_ran
Else
Random video_id_to_ran
EndIf
Var ThankyouST = "Invisible"
Else
Var video_id_to_ran = 2
Var video_name_to_play = "taobin_thank"
Random video_id_to_ran
If new_layout = "true" Then
Random2 1 2 video_id_to_ran
Else
Random video_id_to_ran
EndIf
Var ThankyouST = "Enable"
EndIf