14 lines
403 B
Plaintext
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);
|
||
|
|
||
|
}
|