Aantioch_Infernum/_module/nss/rnd_commoner_cv.nss

6 lines
171 B
Plaintext
Raw Permalink Normal View History

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