Initial upload
Initial upload.
This commit is contained in:
10
_module/nss/client_onleave.nss
Normal file
10
_module/nss/client_onleave.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
// Module : OnClientLeave by Brian "spilth" Kelly
|
||||
// For Neverwinter Nights - Bleeding Tutorial
|
||||
|
||||
#include "bleeding_config"
|
||||
|
||||
void main() {
|
||||
// Remember what their hit points were at for when they next sign on...
|
||||
SetLocalInt(GetExitingObject(), "LastHitPoints", GetCurrentHitPoints(GetExitingObject()));
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user