Fixed randomized commoner dialog & rumors

Fixed randomized commoner dialog & rumors
This commit is contained in:
Jaysyn904
2023-09-05 21:39:54 -04:00
parent 2f9f5fe435
commit 7f697d7467
79 changed files with 256 additions and 22 deletions

View File

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