Difference between revisions of "AddNote"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
Line 20: Line 20:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Functions (GECK 1.1)]]
[[Category:Player Functions]]
[[Category:Player Functions]]
[[Category:Player Functions (GECK 1.0)]]
[[Category:Player Functions (GECK 1.1)]]

Revision as of 10:43, 15 August 2009

Description

Adds a note to the players note inventory. It is not called on a Reference and it takes one parameter, the note to add.

Syntax

AddNote NoteName
AN NoteName

Examples

AddNote BombNote
AN BombNote

The player now has the note about the bomb.

See Also

RemoveNote

GetHasNote