2019-10-23 00:15:13 +02:00
|
|
|
@ Seems this was superseded by the Record Center, and the below scripts are now unused
|
2021-07-20 21:18:31 +02:00
|
|
|
EventScript_MixRecordsPrompt::
|
2019-10-21 12:46:57 +02:00
|
|
|
lock
|
|
|
|
faceplayer
|
|
|
|
msgbox Text_WouldYouLikeToMixRecords, MSGBOX_YESNO
|
2021-11-19 05:06:30 +01:00
|
|
|
goto_if_eq VAR_RESULT, YES, EventScript_MixRecords
|
|
|
|
goto_if_eq VAR_RESULT, NO, EventScript_EndMixRecords
|
2021-01-19 10:51:34 +01:00
|
|
|
goto EventScript_EndMixRecords
|
2019-10-21 12:46:57 +02:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
EventScript_MixRecords::
|
2019-10-21 12:46:57 +02:00
|
|
|
special RecordMixingPlayerSpotTriggered
|
|
|
|
waitstate
|
|
|
|
lock
|
|
|
|
faceplayer
|
2021-07-20 21:18:31 +02:00
|
|
|
EventScript_EndMixRecords::
|
2019-10-23 00:15:13 +02:00
|
|
|
message Text_WeHopeToSeeYouAgain
|
2019-10-21 12:46:57 +02:00
|
|
|
waitmessage
|
|
|
|
waitbuttonpress
|
|
|
|
release
|
|
|
|
end
|