summaryrefslogtreecommitdiff
path: root/scripts/lua/avatar.lua
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-01-30 15:44:08 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-01-31 15:03:09 +0200
commitab1f2c2f6f9b854b95db3733fd6ff6d02e677ebd (patch)
treeb0f26efa5983c67a4c93920ea463fdcafb574dd5 /scripts/lua/avatar.lua
parent2acb8bdf937dda337a591caa227d604efec5ca4a (diff)
strip lua testing functions
Diffstat (limited to 'scripts/lua/avatar.lua')
-rw-r--r--scripts/lua/avatar.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/lua/avatar.lua b/scripts/lua/avatar.lua
deleted file mode 100644
index 159014fa04..0000000000
--- a/scripts/lua/avatar.lua
+++ /dev/null
@@ -1,12 +0,0 @@
- run_ui_command("World.EnvSettings", "midnight")
- sleep(1)
- run_ui_command("World.EnvSettings", "noon")
- sleep(1)
- wear_by_name("* AVL")
- run_ui_command("Avatar.ResetSelfSkeletonAndAnimations")
- sleep(5)
- wear_by_name("* Elephant")
- sleep(5)
- play_animation("Elephant_Fly");
- sleep(5)
- play_animation("Elephant_Fly",1); \ No newline at end of file