diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-01-30 15:44:08 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-01-31 15:03:09 +0200 |
commit | ab1f2c2f6f9b854b95db3733fd6ff6d02e677ebd (patch) | |
tree | b0f26efa5983c67a4c93920ea463fdcafb574dd5 /scripts/lua/avatar.lua | |
parent | 2acb8bdf937dda337a591caa227d604efec5ca4a (diff) |
strip lua testing functions
Diffstat (limited to 'scripts/lua/avatar.lua')
-rw-r--r-- | scripts/lua/avatar.lua | 12 |
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 |