party loot with henchmen 100% working

some other changes I made last night before bed.
This commit is contained in:
EpicValor
2023-09-19 22:54:03 -05:00
parent 05986aecf7
commit e5f3606cac
33 changed files with 2974 additions and 693 deletions

View File

@@ -29,5 +29,5 @@ void main()
// ***** ADD ANY SPECIAL ON-SPAWN CODE HERE ***** //
DelayCommand(5.0, ExecuteScript("random_drop", OBJECT_SELF));
DelayCommand(10.0, ExecuteScript("random_drop", OBJECT_SELF));
}