Battledale_PRC8/_module/nss/tri_hobshrubdoor.nss

11 lines
219 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oDoor = GetObjectByTag("tri_hobdoor1");
SpeakOneLinerConversation("tri_leverspeak");
SetLocked(oDoor, 0);
DelayCommand(2.0, ActionOpenDoor(oDoor));
DelayCommand(5000.0, SetLocked(oDoor, TRUE));
}