-
Notifications
You must be signed in to change notification settings - Fork 758
Getusers
Haru edited this page Oct 19, 2016
·
1 revision
- getusers(<type></type>)
This function will return a number of users on a map or the whole server. What it returns is specified by Type.
Type can be one of the following values, which control what will be returned:
0 - Count of all characters on the map of the invoking character. 1 - Count of all characters in the entire server. 8 - Count of all characters on the map of the NPC the script is running in.
[[mes]] getusers(1)+" players on the server"; [[close]];Category:Script Command