interaction 
The base of all interactions
Vars | |
additional_details | Additional details to be shown in the interaction menu, accepts more than one entry |
---|---|
Procs | |
display_interaction | Display the message |
do_action | Actually doing the action, has a few checks to see if it's valid, usually overwritten to be make things actually happen and what-not |
evaluate_target | Same as evaluate_user, but for target |
evaluate_user | Checks if user can do an interaction, action_check is for whether you're actually doing it or not (useful for the menu and not removing the buttons) |
post_interaction | After the interaction, the base only plays the sound and only if it has one |
Var Details
additional_details 
Additional details to be shown in the interaction menu, accepts more than one entry
Proc Details
display_interaction
Display the message
do_action
Actually doing the action, has a few checks to see if it's valid, usually overwritten to be make things actually happen and what-not
evaluate_target
Same as evaluate_user, but for target
evaluate_user
Checks if user can do an interaction, action_check is for whether you're actually doing it or not (useful for the menu and not removing the buttons)
post_interaction
After the interaction, the base only plays the sound and only if it has one