Added a faction, and minor stuff
Adding faction goes through every area. I had no idea.
This commit is contained in:
4
_module/nss/rnd_rumor_cv.nss
Normal file
4
_module/nss/rnd_rumor_cv.nss
Normal file
@@ -0,0 +1,4 @@
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(OBJECT_SELF, "iRumor", Random(60) + 1);
|
||||
}
|
Reference in New Issue
Block a user