File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- namespace SER . Code . Examples ;
1+ using JetBrains . Annotations ;
22
3+ namespace SER . Code . Examples ;
4+
5+ [ UsedImplicitly ]
36public class DoorRestartScript : Example
47{
58 public override string Name => "doorRestart" ;
@@ -11,7 +14,7 @@ Cassie jingle "ATTENTIONALLPERSONNEL . DOOR CONTROL CONSOLE MALFUNCTION DETECTED
1114
1215 # wait for cassie to finish before restarting doors
1316 Wait 1s
14- WaitUntil ({IsCassieSpeaking} == false)
17+ WaitUntil ({IsCassieSpeaking} is false)
1518
1619 # restart effects
1720 LightsOut * 15s
@@ -20,7 +23,7 @@ Wait 1s
2023
2124 # cassie for spooky effect
2225 repeat 2
23- Cassie noJingle "pitch_{RandomNum 0.15 0.25} .g{RandomNum 1 6 int}"
26+ Cassie noJingle "pitch_{RandomNum 0.15 0.25 real } .g{RandomNum 1 6 int}"
2427 end
2528
2629 # duration of the restart
You can’t perform that action at this time.
0 commit comments