You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cassie jingle "ATTENTIONALLPERSONNEL . DOOR CONTROL CONSOLE MALFUNCTION DETECTED . INITIALIZING REACTIVATION SEQUENCE . ATTEMPTING FULL SYSTEM REACTIVATION IN . 3 . 2 . 1" "Attention all personnel. Door control console malfunction detected.<split>Initializing reactivation sequence. Attempting full system reactivation in..."
11
+
12
+
# wait for cassie to finish before restarting doors
Cassie jingle "DOOR CONTROL CONSOLE SUCCESSFULLY ACTIVATED . SYSTEM IS BACK IN OPERATIONAL MODE" "Door control console successfully activated.<split>System is back in operational mode."
# this script is connected to the 'Joined' event, which means that this script will run when a player joins
10
+
# this event provides us with the @evPlayer variable with the player who just joined
11
+
!-- OnEvent Joined
12
+
13
+
# this 'Broadcast' method sends a formatted message to the player who just joined
14
+
Broadcast @evPlayer 10s "<b><color=#8dfcef><size=35>Welcome {@evPlayer name}!</size></color>\n<color=#ebebb9><size=20>This server is using <u>Scripted Events Reloaded</u>, enjoy your stay!</size></color></b>"
15
+
16
+
# information for the server owner to visit the scripts folder
17
+
Hint @evPlayer 10s "<line-height=1000%><br></line-height><b><size=30>This is the default message.<br>You can modify it - as well as any other example script - by going to the SER folder in plugin configs."
0 commit comments