Bugfix pass.
Fixed onRespawn & onDying scripts. Fixed XP awards. Added temple hospital & library.
This commit is contained in:
20
_module/nss/temple_sbrechb.nss
Normal file
20
_module/nss/temple_sbrechb.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
Sickbay receptionist heartbeat
|
||||
Make her sit on the chair.
|
||||
|
||||
WWWWolf 2003-11-09
|
||||
*/
|
||||
|
||||
#include "temple_fun"
|
||||
|
||||
void main()
|
||||
{
|
||||
NormalHeartbeat();
|
||||
|
||||
if(TooBusyToConverse())
|
||||
return;
|
||||
|
||||
object chair = GetObjectByTag("NurseChair");
|
||||
ActionSit(chair);
|
||||
SetFacing(GetFacing(chair)); // Strange rotations and stuff.
|
||||
}
|
Reference in New Issue
Block a user