Adding animations
1. Adding standard animation
{
Category = "other", -- Category of animation
Label = "Sit chair 2", -- Label displayed
SubTitle = "/e sitchair2", -- /e command (not required)
AnimDict = "timetable@ron@ig_5_p3", -- Animation dictionary
Anim = "ig_5_p3_base", -- Animation
playerRotate = true, -- not required (Adds the ability to position animations before use)
ExecuteCommand = "me example command" -- not required
},2. Adding scenario
{
Category = "scenarios", -- Category of animation
Label = "Jog", -- Label displayed
SubTitle = "/e jog", -- /e command (not required)
scenario = "WORLD_HUMAN_JOG_STANDING" -- Scenario name
},3. Adding animation with prop
4. Adding animation with particles
5. Adding animation with prop and particles
6. Adding synced animation
Last updated
Was this helpful?