add_stomp_effect

Adds a stomp effect with the given options

modules.add_stomp_effect(options)

Example

modules.add_stomp_effect({
    Name = "Test Stomp",
    Callback = function(stomped_character, local_character)
        print(stomped_character, local_character)
    end 
})

Last updated