mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-31 01:15:50 -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 |