Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
14
_module/nss/hc_fugue_exit.nss
Normal file
14
_module/nss/hc_fugue_exit.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "hc_inc_remeff"
|
||||
#include "chr_inc"
|
||||
#include "faction_inc"
|
||||
void main()
|
||||
{
|
||||
object oPC=GetExitingObject();
|
||||
if (!GetIsPC(oPC))
|
||||
return;
|
||||
|
||||
SetLocalInt (oPC, "FromFugue", 1);
|
||||
SetPlotFlag(oPC,FALSE);
|
||||
sql_SetPCDead(chr_GetPCID(oPC), FALSE);
|
||||
fctn_UpdateReputation(oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user