summaryrefslogtreecommitdiff
path: root/scripts/lua/avatar.lua
diff options
context:
space:
mode:
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