PWE_PRC8/_module/nss/give_bag_dice.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

14 lines
403 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName give_bag_dice
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 12/3/2002 1:35:12 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("bagofdice", GetPCSpeaker(), 1);
}