Aantioch_Infernum/_module/nss/bb_closechest.nss

5 lines
66 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
DelayCommand(30.0, ActionCloseDoor(OBJECT_SELF));
}