GetHasNote

Revision as of 13:22, 15 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DescriptionEdit

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.

SyntaxEdit

GetHasNote NoteREF

ExamplesEdit

GetHasNote BombNote

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

NotesEdit

  • None at this time


See AlsoEdit

AddNote
RemoveNote

ReferenceEdit

None provided.