Aantioch_Infernum/_module/nss/onclosetreasure.nss
EpicValor 70cd1ac3e2 Updated henchman inventory
turned off their combat one-liners
and added treasure script to destroy itself 30s after closing
2023-09-14 18:46:27 -05:00

6 lines
69 B
Plaintext

void main()
{
DelayCommand( 30.0, DestroyObject(OBJECT_SELF));
}