Rune_PRC8/_module/nss/ch_closeandlock.nss

9 lines
315 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
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));
}