Initial commit
Initial commit. Updated release archive.
This commit is contained in:
9
_module/nss/en5_createitem.nss
Normal file
9
_module/nss/en5_createitem.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "en5_treasure"
|
||||
|
||||
void main()
|
||||
{
|
||||
if (GetIsObjectValid(OBJECT_SELF))
|
||||
{
|
||||
GetMagicItem(OBJECT_SELF);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user