All I did was replace and npc that went missing
and added a setlocalint in a trigger script. I have no idea why it says 4492 changed files.
This commit is contained in:
@@ -7,6 +7,7 @@ object oPC = GetEnteringObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
SetLocalInt (oPC, "DynConv_Waiting", 1);
|
||||
SetCreatureTailType (CREATURE_TAIL_TYPE_NONE, oPC);
|
||||
SetPhenoType (PHENOTYPE_NORMAL, oPC);
|
||||
SetFootstepType (FOOTSTEP_TYPE_DEFAULT, oPC);
|
||||
|
Reference in New Issue
Block a user