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

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));
}