return
From QuestWiki
return (any type result)
Sets the return value of a function. Note that the function will continue running after this is called.
This command should only be used within a <function> element.
See Using Functions
| < Back to Script Commands |