on_character_grabbed(function_name, human_name)

Parameters:
function_name (string) name of the callback function, or "" to unregister the event
human_name (string) name of the character
 
Returns:
none

Description:
Register a callback function for when a character is grabbed.

When the callback is executed, the following parameters are passed to it:
 - (string) name of the character who was grabbed
 - (string) name of the attacking character
 - (bool)   true if a dive grab was used. False otherwise.

 

back to indexSR3 Script Action Documentation
Last updated: Tue, 09 Aug 2011 11:32:15