Added random dialog & dungeon rumor system.
Added random dialog & dungeon rumor system.
This commit is contained in:
4
_module/nss/rnd_commoner_cv.nss
Normal file
4
_module/nss/rnd_commoner_cv.nss
Normal file
@@ -0,0 +1,4 @@
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(OBJECT_SELF, "iDialogue", Random(10) + 1);
|
||||
}
|
Reference in New Issue
Block a user