Aantioch_Infernum/_module/nss/nc_innkeep_give.nss

14 lines
409 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: FileName nc_innkeep_give
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 22/11/2003 15:41:42
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("innkeepersnote", GetPCSpeaker(), 1);
}