RATDOG/_module/nss/temple_assisthb.nss

17 lines
197 B
Plaintext
Raw Permalink Normal View History

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