GiveRingToPlayer
From NWN Lexicon
Contents |
[edit] GiveRingToPlayer(object)
Creates a plot ring and places it in a player's inventory.
void GiveRingToPlayer( object oPC );
[edit] Parameters
oPC
The PC that will receive the ring.
[edit] Description
Creates a ring and places it in oPC inventory to progress a plot.
This function also calls SetRingGivenTo() to store the PC for later use and stores the PCs name in a custom token to drive a conversation.
[edit] Remarks
This function is of little use for general scripting needs.
[edit] Requirements
#include " nw_j_rescue "
[edit] Version
1.22
[edit] See Also
functions: |
author: Tom Cassiotis, editor: Mistress, contributor: Graewerld