9 lines
315 B
Plaintext
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));
|
|
}
|
|
|