<aside> ⚡ script "core_checkPit" (int tid)
</aside>
Checks if the specified actor is above a pit as defined by the mapper.
tid
: int - The TID of the actor to check. A TID of 0 specifies the activator of the script instead.<aside> 💡 Note: This function may return unpredictable values for invalid actors or when called on CLIENTSIDE scripts. Be sure to check the actor you’re polling exists and that you’re using this from something with knowledge of the global ACS variables.
</aside>