NWNDS/nwn_dark_sun/bj_giverules.nss
Jaysyn904 b01c5cc7db Added PnP Dire Rat.
Added PnP Dire Rat.
2021-07-21 17:48:43 -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);
}