PoA_PRC8/_module/nss/trapdoor_no.nss

13 lines
276 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
//trapdoor_no script by Kerico 7/7/02
//closes the trapdoor for next use after the PC says no to use
//place in action taken scipt in trapdoor conversation
//in 'no' end dialog of the trapdoor
void main()
{
//close the trapdoor
PlayAnimation (ANIMATION_PLACEABLE_CLOSE);
}