Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
13
nwnds_module/bj_giverules.nss
Normal file
13
nwnds_module/bj_giverules.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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);
|
||||
|
||||
}
|
Reference in New Issue
Block a user