Script fixes, additions, and area changes

This commit is contained in:
EpicValor
2023-09-03 21:12:26 -05:00
parent b3a5e77663
commit 430f3102d9
100 changed files with 40112 additions and 1032 deletions

View File

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