Difference between revisions of "AddNote"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>DewiMorgan
m (→‎Notes: +note it's not in the TES4 wiki.)
imported>Quarn
Line 5: Line 5:
=='''Syntax'''==
=='''Syntax'''==


  AddNote ''NoteREF''
  AddNote ''NoteName''
AN ''NoteName''


=='''Examples'''==
=='''Examples'''==


  AddNote BombNote
  AddNote BombNote
AN BombNote
The player now has the note about the bomb.
The player now has the note about the bomb.


Line 19: Line 21:


[[GetHasNote]]
[[GetHasNote]]
=='''Reference'''==
None provided.
<!-- [[AddNote_Reference|List of functions that use AddNote]]  (wiki) -->


[[Category:Functions]]
[[Category:Functions]]
[[Category:Player Functions]]
[[Category:Player Functions]]

Revision as of 21:10, 19 April 2009

Description

AddNote 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

AddNote NoteName
AN NoteName

Examples

AddNote BombNote
AN BombNote

The player now has the note about the bomb.

Notes

  • This function is new in the GECK, and was not available in the TES4 Construction Set.

See Also

RemoveNote

GetHasNote