Easygoing Eyebeast Enraged Slith Posted July 6, 2009 Share Posted July 6, 2009 In my 24 hour scenario, there are a series of events which require the party to split up. This also involves setting the split off character to a variable so I can use it in special encounters. I've looked at the appendix and there doesn't appear to be a call which returns the number of the character chosen, and I don't know how split parties work so I'm not sure how to work around it. Any help would be greatly appreciated. Quote Link to comment Share on other sites More sharing options...
Understated Ur-Drakon Celtic Minstrel Posted July 6, 2009 Share Posted July 6, 2009 Is there a way to get the number of the currently active character? I think the split character us always active while the party is split... Quote Link to comment Share on other sites More sharing options...
Easygoing Eyebeast Enraged Slith Posted July 6, 2009 Author Share Posted July 6, 2009 Originally Posted By: Celtic Minstrel Is there a way to get the number of the currently active character? I think the split character us always active while the party is split... I can't tell if you're asking a question or if you're trying to lead me to some conclusion. I do not know of any call or variable that returns the active character. Quote Link to comment Share on other sites More sharing options...
Kyshakk Koan tridash Posted July 6, 2009 Share Posted July 6, 2009 if you're using try_to_split_party, maybe you could instead replicate that with run_select_a_pc followed by split_off_one_char. Alternatively, random_party_member() might work - it definitely only selects living PCs, so it might only select the split character. Quote Link to comment Share on other sites More sharing options...
Easygoing Eyebeast Enraged Slith Posted July 6, 2009 Author Share Posted July 6, 2009 Thanks for the help. I don't think I would have had the strength to look that up after spending a good while writing and tidying 1500+ lines of script. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.