EN6_PRC8/_module/nss/en5_createitem.nss

10 lines
119 B
Plaintext
Raw Permalink Normal View History

#include "en5_treasure"
void main()
{
if (GetIsObjectValid(OBJECT_SELF))
{
GetMagicItem(OBJECT_SELF);
}
}