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

UOSay

This function will make your character speak some Text.

Pascal

procedure UOSay(Text : String);

Python

UOSay("String")

Example Python

UOSay("Hello world")