Give2Q4PlotItem

From NWN Lexicon
Revision as of 00:33, 26 August 2012 by Dood (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search



Give2Q4PlotItem(int)

Gives a Luskan plot item to the PC speaker.

void Give2Q4PlotItem(
    int nPlotItemConstant
);

Parameters

nPlotItemConstant


Description

Based on the value of nPlotItemConstant, it gives one of three Luskan plot items to the PC speaker: Kurth base key, Baram base key, or Erb’s ring.item to hand to the character



Remarks

Found in nw_i0_2q4luskan.nss on line 22

Hardly useful anywhere but in the official campaign. If you do decide to use it, for whatever reason, note that it defines the PC to get the item as GetPCSpeaker, and thus can only be called from conversation.


Requirements

#include " nw_i0_2q4luskan "

Version

1.28

See Also



 author: Lilac Soul, additional contributor(s): Lilac Soul