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

16 lines
411 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName escort_give
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 27/09/2003 16:30:23
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("nw_wmgmrd002", GetPCSpeaker(), 1);
}