Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

14 lines
436 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}