NWNDS/nwn_dark_sun/ka_givestartbook.nss

12 lines
184 B
Plaintext
Raw Normal View History

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