Files
Amon_PRC8/_module/nss/ls_tomehigh.nss
Jaysyn904 8f76c0e5a5 2025/09/24 Update
Updates from @behindflayer
2025-09-24 16:04:25 -04:00

11 lines
289 B
Plaintext

void main()
{
int nBookRoll = d100(1);
if(nBookRoll <= 40)
{ CreateObject(OBJECT_TYPE_CREATURE, "possessedgrimoir", GetLocation(OBJECT_SELF), TRUE);}
ExecuteScript("uberloot", OBJECT_SELF);
ExecuteScript("prc_npc_death", OBJECT_SELF);
ExecuteScript("prc_pwondeath", OBJECT_SELF);
}