UOSay
This function will make your character speak some Text.
Pascal
procedure UOSay(Text : String);
Python
UOSay("String")
Example Python
UOSay("Hello world")
This function will make your character speak some Text.
Pascal
procedure UOSay(Text : String);
Python
UOSay("String")
Example Python
UOSay("Hello world")