Don't use the "Done" port

From CryWiki

Jump to: navigation, search
Don't use the "Done" port
Don't use the "Done" port

Tip

Try to use a node's "Succeed" or the "Fail" port and avoid the "Done" port.

Reason

"Done" is in most cases broken.

Try using "Succeed" and "Fail" instead.

"Succeed" means the node has finished executing properly and the next nodes can begin executing.

"Fail" means the node failed to execute but execution will try to continue into the next nodes.

Personal tools