RemoveNote

From GECK
(Redirected from RN)
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Removes a note from the players note inventory. It is not called on a Reference and it takes one parameter, the note to remove.

Syntax

[help]
RemoveNote note:baseform

Example

RemoveNote BombNote

The player now does not have the bomb note.

Notes

  • Unlike AddNote, when using RemoveNote the game will not display a message to let the player know what was removed. If the player needs to be notified, a simple message can be called using a function such as ShowMessage.

See Also