Aantioch_Infernum/_module/nss/escort_give.nss

16 lines
411 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: 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);
}