NWNDS/nwnds_module/ka_givebread.nss

10 lines
140 B
Plaintext
Raw Normal View History

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