PoA_PRC8/_module/nss/trapdoor_no.nss
Jaysyn904 8d97886c3f Changed folder name.
Changed folder name.
2022-10-07 21:08:37 -04:00

13 lines
276 B
Plaintext

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