6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "Quest_Attack", TRUE);
|
|
SetLocalInt(OBJECT_SELF, "Quest_Halt", FALSE);
|
|
}
|