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:
EpicValor
2024-04-06 01:56:31 -05:00
parent e2aa818843
commit d49d0d353e
11 changed files with 1429 additions and 38 deletions

View File

@@ -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);