13 lines
276 B
Plaintext
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);
|
||
|
|
||
|
}
|