On Start
Events
On Start is a ProtoFlux node that is only loaded with the world save in a new session. (Ex: Previously saved in the world).
To check if a user joined, use User Joined instead of this node.
Inputs
OnlyHost (bool)
If enabled, Trigger will only fire when the host has just started the session and loaded this node. Else, the code will fire for each new person joining the session with this node in it.
Outputs
Trigger (Call)
Sends an Impulse when the node is part of a world already and is loaded by someone or the host according to OnlyHost (bool). The node has to be part of the world already.
Examples
-
On Start being used to play a welcome message to the host when starting a world.
-
On Start being used to play a generic welcome message to every new user of a world. This would be better done with a User Joined node.