ENTITY:IsJumpLegal
Description
Called when deciding if the Scripted NPC should be able to perform a certain jump or not.
This is only called for "ai" type entities
Arguments
Returns
1 boolean
Return true if this jump should be allowed to be performed, false otherwise.
Not returning anything, or returning a non boolean will perform the default action.