Hello again Tinkerer,
I want to change the resurrection scroll to not resurrect party members in the party indeed
remove them from party for some test purposes.
I tried to change story code in GenericSceneManager and GLO_Origins but nothing happened
used codes on both story scripts;
IF
CharacterUsedSkillOnTarget(_,(CHARACTERGUID)_Origin,"Teleportation_ResurrectScroll",_)
THEN
CharacterDetachFromGroup(_Origin);
CharacterRemoveFromParty(_Origin);
Last edited by Yuhnis; 24/08/17 05:43 PM.