Aantioch_Infernum/_module/nss/rnd_commoner_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

6 lines
171 B
Plaintext

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