9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
// Performer: Bow to a nearby PC
|
|
#include "lmpperfmisc"
|
|
|
|
void main()
|
|
{
|
|
FacePC();
|
|
ActionPlayAnimation(ANIMATION_FIREFORGET_BOW);
|
|
}
|