2025/12/11 Update
Disabled auto-export of character for single player.
This commit is contained in:
@@ -66,8 +66,13 @@ if (GetLastRestEventType()==REST_EVENTTYPE_REST_FINISHED)
|
||||
GetSpecialWeaponBonus(oPC,oItem);
|
||||
}
|
||||
|
||||
ExportSingleCharacter(oPC);
|
||||
|
||||
if(GetFirstPC() != OBJECT_INVALID)
|
||||
{
|
||||
if(GetPCPublicCDKey(GetFirstPC(), FALSE) != "")
|
||||
{
|
||||
ExportSingleCharacter(oPC);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
int HasHenchman(object oPC)
|
||||
|
||||
Reference in New Issue
Block a user