RATDOG/_module/nss/temple_assisthb.nss
Jaysyn904 3e3128ed1e Bugfix pass.
Fixed onRespawn & onDying scripts.  Fixed XP awards.  Added temple hospital & library.
2021-09-25 20:28:28 -04:00

17 lines
197 B
Plaintext

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