Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
8
nwnds_module/cont_onopen.nss
Normal file
8
nwnds_module/cont_onopen.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "treasuresys_inc"
|
||||
|
||||
void main()
|
||||
{
|
||||
Handle_Open( OBJECT_SELF );
|
||||
ExecuteScript( sTreasureGenScript, OBJECT_SELF );
|
||||
SetLocalInt( OBJECT_SELF, "NW_DO_ONCE", 1 );
|
||||
}
|
Reference in New Issue
Block a user