GetHasNote
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
Returns whether the player has the specified note parameter in their pipboy. It is not called on a Reference and it takes one parameter, the note to test for. Returns 0 if the note is not there and 1 if it is there.
Syntax
(hasNote:int) GetHasNote note:baseform
Example
GetHasNote BombNote
Returns 0 if the bomb note is not there and 1 if it is there.