mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-08-04 04:16:00 -04:00
7 lines
294 B
Python
7 lines
294 B
Python
from intents.chat import ChatBroadcastIntent
|
|
from intents.chat.ChatBroadcastIntent import BroadcastType
|
|
import sys
|
|
|
|
def execute(objManager, player, target, args):
|
|
ChatBroadcastIntent(args, player, player.getCreatureObject().getLocation().getTerrain(), BroadcastType.PLANET).broadcast()
|
|
return |