PWE_PRC8/_module/nss/give_bag_dice.nss

14 lines
403 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: 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);
}