GetHasNote

Revision as of 15:00, 26 November 2008 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

GetHasNote Tests if the player has a note in his note inventory. 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

GetHasNote NoteREF

Examples

GetHasNote BombNote

Returns 0 if the bomb note is not there and 1 if it is there.

Notes

  • None at this time


See Also

AddNote
RemoveNote

Reference

None provided.