0 of 0

File information

Last updated

Original upload

Created by

Rendara

Uploaded by

Rendara

Virus scan

Safe to use

Tags for this mod

About this mod

Sends text strings to the chatbox from a script. Useful if you want to have GUI text displayed to the player without using game_text entities, or if you want to create internal "character" thoughts, etc.
An example map and accompanying script is available for download.

Requirements
Permissions and credits
Explanation

A sophisticated version of this function is what I use for the multiplayer scoreboard.
This is a more basic function for sending strings to the chatbox. The text content is declared via a global in this example, but you could easily replace this with a function parameter for greater reusability, should you so desire.

Instructions

Check the commentary inside the script.