AddNote
From GECK
A function included in the GECK for Fallout 3.
Contents
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
AddNote NoteID:ref
Or:
AN NoteID:ref
Example
AddNote BombNote
AN BombNote
The player now has the note about the bomb.
See Also
- AddNoteNS - "No-Spam" equivalent
- GetHasNote
- GetNoteRead
- RemoveNote
- SetNoteRead