mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-08-03 03:15:59 -04:00
7 lines
243 B
Python
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 |