Initial commit. Updated release archive.
This commit is contained in:
14
_module/nss/ro_m_onexit.nss
Normal file
14
_module/nss/ro_m_onexit.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetExitingObject();
|
||||
|
||||
if (GetCurrentHitPoints(oPC) > 0)
|
||||
return;
|
||||
|
||||
//anti-cheat item
|
||||
CreateItemOnObject("death", oPC, 1);
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user