Tweaked Journal Entries
Tweaked Journal Entries. Full compile. Updated release archive.
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user