NWNDS/nwnds_module/ka_giveshinbook.nss

11 lines
148 B
Plaintext
Raw Normal View History

//Put this on action taken in the conversation editor
void main()
{
object oPC = GetPCSpeaker();
CreateItemOnObject("QST_ITBK_LASTSEA", oPC);
}