Updated henchman inventory

turned off their combat one-liners
and added treasure script to destroy itself 30s after closing
This commit is contained in:
EpicValor
2023-09-14 18:46:27 -05:00
parent 73e6fc3e79
commit 70cd1ac3e2
23 changed files with 485 additions and 920 deletions

View File

@@ -0,0 +1,5 @@
void main()
{
DelayCommand( 30.0, DestroyObject(OBJECT_SELF));
}