feat: stabilize OpenSim interactions and landmarks
This commit is contained in:
@@ -128,6 +128,7 @@ fn scripted_terminal_exercises_registry_communication_system_and_remote_auth() {
|
||||
shout loud\n\
|
||||
@ Alice Bot\n\
|
||||
im Target Resident private hello\n\
|
||||
im {TARGET} private by uuid\n\
|
||||
imgroup {GROUP} group hello\n\
|
||||
echomaster\n\
|
||||
showeffects on\n\
|
||||
@@ -161,6 +162,7 @@ fn scripted_terminal_exercises_registry_communication_system_and_remote_auth() {
|
||||
"[Alice Bot] CALL chat channel=7 type=Normal hello world",
|
||||
"[Bob Bot] CALL chat channel=7 type=Normal hello world",
|
||||
"[Alice Bot] CALL instant-message 22222222-3333-4444-5555-666666666666 private hello",
|
||||
"[Alice Bot] CALL instant-message 22222222-3333-4444-5555-666666666666 private by uuid",
|
||||
"[Alice Bot] CALL group-chat-join 33333333-4444-5555-6666-777777777777",
|
||||
"[Alice Bot] CALL group-instant-message 33333333-4444-5555-6666-777777777777 group hello",
|
||||
"[Alice Bot] CALL chat channel=0 type=Normal echo this",
|
||||
|
||||
@@ -142,6 +142,7 @@ fn fake_grid_exercises_every_owned_world_command() {
|
||||
forward 0 --confirm\n\
|
||||
gohome --confirm\n\
|
||||
goto Test Region/128/128/25 --confirm\n\
|
||||
goto {HANDLE}/129/129/26 --confirm\n\
|
||||
goto_landmark {LANDMARK} --confirm\n\
|
||||
jump --confirm\n\
|
||||
left 0 --confirm\n\
|
||||
@@ -236,6 +237,7 @@ fn fake_grid_exercises_every_owned_world_command() {
|
||||
"CALL movement-forward duration-ms=0",
|
||||
"CALL teleport-home",
|
||||
"CALL teleport-region Test Region",
|
||||
"CALL teleport-region-handle 4294967298000",
|
||||
"CALL teleport-landmark 50000000-0000-0000-0000-000000000001",
|
||||
"CALL movement-jump",
|
||||
"CALL movement-left duration-ms=0",
|
||||
|
||||
Reference in New Issue
Block a user