You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setMode native AI script function is used to set the mode of every bot in a group. The valid modes are "Normal", "Sit", "Eat", "Rest", "Alert", "Hungry", and "Death".
Syntax
()setMode(Mode: s)
Arguments
Mode(string): The mode name to set.
Examples
()setMode("Alert");
This example code sets the mode of every bot in the group to "Alert".