EEex_GetActorScriptName
EEex_GetActorScriptName(actorID)
Returns the script name for the actor
Parameters
actorID - the actor’s id to return the script name for
Return
Returns a string indicating the script name
Example
local sname = EEex_GetActorScriptName(actorID)