Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > addUser() |
![]() ![]() ![]() |
addUser()
Syntax
whichGroup
.addUser(whichUser
)
Description
Multiuser Server server-side command; adds the given user to the specified group.
Example
This handler adds the user who has just logged on to the server to the group @TestUsers
:
on userLogOn (me, movie, group, user) voGroup = movie.serverGroup("@TestUsers") voGroup.addUser(user) end
See also
removeUser()
![]() ![]() ![]() |