Files
Holocore/scripts/commands/generic/cmdBroadcastArea.py
T

7 lines
243 B
Python

from intents.chat import ChatBroadcastIntent
from intents.chat.ChatBroadcastIntent import BroadcastType
import sys
def execute(objManager, player, target, args):
ChatBroadcastIntent(args, player, None, BroadcastType.AREA).broadcast()
return