Aantioch_Infernum/_module/nss/nc_innkeep_give.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

14 lines
409 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}