SetFormDescription

From the Fallout3 GECK Wiki
Revision as of 02:20, 9 October 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets the '''Description''' text of the specified form (e.g. Note, Perk, Message, Terminal, Weapon Mod, Challenge, Loading Screen, etc.)....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets the Description text of the specified form (e.g. Note, Perk, Message, Terminal, Weapon Mod, Challenge, Loading Screen, etc.).

Syntax

[help]
(success:0/1) SetFormDescription baseForm:ref text:string

Example

SetFormDescription McCarranFieldNote01 "Put some text here"

See Also