mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-03 04:21:12 -04:00
7 lines
265 B
Python
7 lines
265 B
Python
from intents.chat import ChatBroadcastIntent
|
|
from intents.chat.ChatBroadcastIntent import BroadcastType
|
|
import sys
|
|
|
|
def execute(objManager, player, target, args):
|
|
ChatBroadcastIntent(args, player.getCreatureObject(), None, BroadcastType.GALAXY).broadcast()
|
|
return |