Initial Upload
Initial Upload
This commit is contained in:
10
_module/nss/gen_treasure1.nss
Normal file
10
_module/nss/gen_treasure1.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "NW_O2_CONINCLUDE"
|
||||
void main()
|
||||
{
|
||||
if (GetLocalInt(OBJECT_SELF,"NW_DO_ONCE") != 0)return;
|
||||
|
||||
object oLastOpener = GetLastOpener();
|
||||
GenerateBossTreasure(oLastOpener, OBJECT_SELF);
|
||||
SetLocalInt(OBJECT_SELF,"NW_DO_ONCE",1);
|
||||
ShoutDisturbed();
|
||||
}
|
Reference in New Issue
Block a user