17 lines
197 B
Plaintext
17 lines
197 B
Plaintext
/*
|
|
Operation assistant heartbeat.
|
|
|
|
WWWWolf 2003-10-09
|
|
*/
|
|
|
|
#include "temple_fun"
|
|
|
|
void main()
|
|
{
|
|
NormalHeartbeat();
|
|
|
|
if(TooBusyToConverse())
|
|
return;
|
|
FaceToMyLocation();
|
|
}
|