is_script (function: STRING)
Determine whether function is a script item.
call script functions Script Engine
script a is if is_script ('b') then call ('b') end end script b is message ('called script b', Message_info) end