9 lines
322 B
Plaintext
9 lines
322 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetLastUsedBy();
|
||
|
string laraFloatingText = "Objects in the old chest will be inaccessable May 1st. Please move them to the new chest in this area. - The Management";
|
||
|
FloatingTextStringOnCreature(laraFloatingText, oPC, FALSE);
|
||
|
DelayCommand(10.0f,ActionCloseDoor(OBJECT_SELF));
|
||
|
}
|
||
|
|