NSAP 6.29

This commit is contained in:
kong 2022-04-25 17:31:04 +07:00
parent 5d5cb2ac00
commit d387d2a568
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