Author Topic: Discreetly remove a player from a minigame (and add)  (Read 917 times)

It's been awhile since I've touched TorqueScript, and I seem to remember running into problems when directly modifying the member variables, but I don't want the messages that come with the addMember and removeMember methods.

help is appreciated

if more information is needed, the project requiring this makes players move between minigames frequently, and in large groups.

i don't want chat to be spammed with a bunch of messages that people are leaving minigames

i wanna do this too but i need to do it with the entire server not just minigame and it's based on chat-spamming. autokick is what i'm aiming for.

i wanna do this too but i need to do it with the entire server not just minigame and it's based on chat-spamming. autokick is what i'm aiming for.
%client.delete("stop spamming");

%client.delete("stop spamming");
how do i set this in a variable like
if you enter the command three times in a 10 minute period?

also, i need the same thing like entering a command twice in 10 minutes, i need it to say 'you must wait x amount of minutes.'