Garry's Mod Wiki

NEXTBOT:BehaveStart

  NEXTBOT:BehaveStart()

Description

Called to initialize the behaviour.

This is called automatically when the NextBot is created, you should not call it manually.

You shouldn't override this unless you know what you are doing - it's used to kick off the coroutine that runs the bot's behaviour. See NEXTBOT:RunBehaviour instead.