PoA_PRC8/module/nss/trapdoor_no.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -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);
}