Difference between revisions of "AddNote"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Ez0n3
imported>Ez0n3
m
 
Line 8: Line 8:
   {{FunctionArgument
   {{FunctionArgument
   |Name = NoteID
   |Name = NoteID
  |Type = ref
   }}
   }}
  |example = AddNote BombNote
  |example = AddNote BombNote

Latest revision as of 05:01, 15 January 2011

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

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.

Syntax

[help]
AddNote NoteID:ref 

Or:

AN NoteID:ref

Example

AddNote BombNote
AN BombNote

The player now has the note about the bomb.

Notes

  • GetItemCount will always return 0 when using it to check for a note.

See Also