Tweaked Journal Entries

Tweaked Journal Entries.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-12-21 16:45:27 -05:00
parent 99262f2dd9
commit 82eba3a5af
9 changed files with 190 additions and 85 deletions

View File

@@ -21,9 +21,12 @@
//Main Script
void main()
{
ExecuteScript("prc_unequip", OBJECT_SELF);
object oItem = GetPCItemLastUnequipped();
object oPC = GetPCItemLastUnequippedBy();
ExecuteScript("prc_unequip", oPC);
if (!GetIsPC(oPC)) { return; }
if (GetIsDM(oPC) || GetIsDMPossessed(oPC))