Rune_PRC8/_module/nss/ch_closeandlock.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

9 lines
315 B
Plaintext

void main()
{
object oPC = GetLastUsedBy();
FloatingTextStringOnCreature("Objects in the old chest will be inaccessable May 1st. Please move them to the new chest in this area. - The Management", oPC, FALSE);
DelayCommand (5.0,ActionCloseDoor(OBJECT_SELF) );
DelayCommand (5.5,SetLocked (OBJECT_SELF, TRUE));
}