PoA_PRC8/_module/nss/lowloot3.nss

7 lines
156 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
#include "X_O2_CONINCLUDE"
void main()
{
SetLocalInt(OBJECT_SELF, "GT_MAX_LEVEL", 3);
DelayCommand(1.0, GenerateLowTreasure(OBJECT_SELF, OBJECT_SELF));
}