Amon_PRC8/_module/nss/tr_get_bseeds.nss

12 lines
175 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
object oPC= GetLastAttacker();
int nDiceRoll = d100(1);
if(nDiceRoll <= 20)
{
CreateItemOnObject("blackseeds", GetLastAttacker(), 1);
}
}