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

14 lines
459 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName king_give_1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 22/11/2003 15:59:15
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("sarumroyalseal", GetPCSpeaker(), 1);
SetLocalInt(GetPCSpeaker(), "sarumseal", 1);
}