From fdf5fb27196eca439d704178a184cde9b3310287 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Thu, 16 Sep 2021 00:47:35 -0400 Subject: [PATCH] Update help --- Classic/scripts/dtChatCmdGame.cs | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Classic/scripts/dtChatCmdGame.cs b/Classic/scripts/dtChatCmdGame.cs index 25782f8..199456d 100755 --- a/Classic/scripts/dtChatCmdGame.cs +++ b/Classic/scripts/dtChatCmdGame.cs @@ -57,7 +57,7 @@ function chatCmd(%client, %message) //%client is sender messageClient(%client, 'msgChatCmd', '\c2/normalsky - changes the sky to a fallback sky.'); messageClient(%client, 'msgChatCmd', '\c2/spookysky - changes the sky to a halloween sky.'); messageClient(%client, 'msgChatCmd', '\c2/fireworks - look at some fireworks.'); - messageClient(%client, 'msgChatCmd', '\c2/AIQ 1 or 0 - to enable tor disable ai chat.'); + messageClient(%client, 'msgChatCmd', '\c2/aichat - to enable tor disable ai chat.'); messageClient(%client, 'msgChatCmd', '\c2/idInfo - get id resources.'); } messageClient(%client, 'msgChatCmd', '\c2/report "message" - report a problem for server owner.'); @@ -160,17 +160,17 @@ function chatCmd(%client, %message) //%client is sender messageAll('message', 'AI is now disabled.'); } - case "/aichat": - if(%client.isSuperAdmin || %client.isAdmin){ - if(!$AIDisableChat){ - $AIDisableChat = 1; - messageAll('message', '\c2AI Chat Disable'); - } - else{ - $AIDisableChat = 0; - messageAll('message', '\c2AI Chat Enable'); - } - } + case "/aichat": + if(%client.isSuperAdmin || %client.isAdmin){ + if(!$AIDisableChat){ + $AIDisableChat = 1; + messageAll('message', '\c2AI Chat Disable'); + } + else{ + $AIDisableChat = 0; + messageAll('message', '\c2AI Chat Enable'); + } + } case "/spookysky": if(%client.isAdmin || %client.isSuperAdmin )