Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

PartySay

Sends a message to all party members (party broadcast).

Msg — the message text.

Отправляет сообщение всем членам пати (широковещательное сообщение пати).

Msg — текст сообщения.

Pascal

procedure PartySay(Msg: String);

Python

def PartySay(Msg: str) -> None: ...

Pascal Example

begin
  if InParty then
    PartySay('Moving to the dungeon entrance');
end.

Python Example

if InParty():
    PartySay('Moving to the dungeon entrance')

See Also

PartyPrivateMessageTo, InParty, UOSay