PWE_PRC8/_module/nss/bj_giverules.nss

14 lines
436 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName bj_giverules
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/30/2002 10:50:40 AM
//:://////////////////////////////////////////////
void main()
{
// Give the pc speaker the rules for blackjack item
CreateItemOnObject("blackjackrules", GetPCSpeaker(), 1);
}