AddNote

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

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.

Also displays a corner message which informs that a note was added. This message is determined by the sComputersAddedNote GameSetting.

Syntax

[help]
AddNote NoteID:ref 

Or:

AN NoteID:ref

Example

AddNote BombNote
AN BombNote

The player now has the note about the bomb.

See Also