6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
|
#include "quest_inc"
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalInt(OBJECT_SELF, "Quest_Halt", TRUE);
|
||
|
}
|