Bugfix pass.
Fixed onRespawn & onDying scripts. Fixed XP awards. Added temple hospital & library.
This commit is contained in:
16
_module/nss/temple_assisthb.nss
Normal file
16
_module/nss/temple_assisthb.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
Operation assistant heartbeat.
|
||||
|
||||
WWWWolf 2003-10-09
|
||||
*/
|
||||
|
||||
#include "temple_fun"
|
||||
|
||||
void main()
|
||||
{
|
||||
NormalHeartbeat();
|
||||
|
||||
if(TooBusyToConverse())
|
||||
return;
|
||||
FaceToMyLocation();
|
||||
}
|
Reference in New Issue
Block a user