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