diff --git a/P3D/Content/Data/Scripts/computer_choose.dat b/P3D/Content/Data/Scripts/computer_choose.dat index dae5d3e9a..e0c9c5035 100644 --- a/P3D/Content/Data/Scripts/computer_choose.dat +++ b/P3D/Content/Data/Scripts/computer_choose.dat @@ -5,13 +5,14 @@ version=2 @storage.set(str,billspcname,Bill's PC) :endif - @storage.set(int,canind,2) - @storage.set(str,computer_options,,Inbox) - - @storage.set(str,computer_options,,Mystery Events) - @storage.set(int,canind,+1) - - + :if:=true + @storage.set(int,canind,2) + @storage.set(str,computer_options,,Inbox) + :else + @storage.set(int,canind,1) + @storage.set(str,computer_options,Inbox) + :endif + :if:=true @storage.set(str,computer_options,,Prof. Oak's PC) @storage.set(int,canind,+1) @@ -22,6 +23,9 @@ version=2 @storage.set(int,canind,+1) :endif + @storage.set(str,computer_options,,Mystery Events) + @storage.set(int,canind,+1) + :if:=true @storage.set(str,computer_options,,Daily Rewards) @storage.set(int,canind,+1) @@ -32,14 +36,9 @@ version=2 @options.show() :when: - :if:=true - @sound.play(PC\LogOn) - @screen.storagesystem - @script.start(computer_choose) - :else:if:=false - @text.show(You can't interact with~the Storage System yet.) - :end - :endif + @sound.play(PC\LogOn) + @screen.storagesystem + @script.start(computer_choose) :when:Mystery Events @sound.play(PC\LogOn) @screen.mysteryevent