Thanks Tinkerer and last question to you then ;
İs there a charscript command to remove a died member from party within code below for now (for * script which one ?)
EVENT Resurrectscroll1
VARS
ON
OnCharacterUsedSkillOnMe(_Char,"Teleportation_ResurrectScroll")
ACTIONS
PROC_GLO_PartyMembers_Remove(__Me) *
CharacterDetachedFromGroup(__Me) *
CharacterRemovedFromParty(__Me) *
ENDIF
Last edited by Yuhnis; 24/08/17 07:09 PM.