VN_fnc_showSubtitle

From Savage Game Design Wiki
(Redirected from VN fnc showsubtitle)
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Ethan Johnson, from BIS_fnc_showSubtitle
Argument(s): n/a
Effect(s): local

Description

Displays a subtitle at the bottom of the screen. See BIS_fnc_showSubtitle.

Syntax

Syntax
[from, text, useTitleRsc, useCamPos] call VN_fnc_showSubtitle
Parameters
from: String - (Optional, default "") speaker's display name
text: String - (Optional, default "") subtitle content
useTitleRsc: Boolean - (Optional, default false) forces titleRsc usage for subtitles
useCamPos: Boolean - (Optional, default false) forces the text to the bottom of the SafeZone
Return value
Script (Handle) - script controlling the displayed subtitle

Examples

Example 1
[name player, "Wow, it's so warm here!"] call VN_fnc_showSubtitle;