Aantioch_Infernum/_module/nss/rnd_rumor_cv.nss
EpicValor 49aab355dd Cleaned up and enhanced badlands area
jaysyn got the rumormill convo working
updated all the npcs that use it
2023-09-05 21:26:15 -05:00

5 lines
92 B
Plaintext

void main()
{
DelayCommand(0.0f, SetLocalInt(OBJECT_SELF, "iRumor", Random(60) + 1));
}