9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
#include "lmpperfmisc"
|
|
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "lmpBeginPerform", 0);
|
|
SetLocalInt(OBJECT_SELF, "lmpPerfAct", 0);
|
|
FacePCBoth();
|
|
}
|