PWE_PRC8/_module/nss/chest_settishld.nss

12 lines
187 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
#include "my_createshield"
void main()
{
object oPC = GetLastOpenedBy();
object oContainer = OBJECT_SELF;
int nMaxLevel = 12;
CreateShield(oContainer,oPC,nMaxLevel);
}