Careful with jumps. If the called label ends with a return statement, you may end up at the main menu
It is far safer to use call like
>> call so_relationship_improve_label_enhanced() from _test
(don't forget the from part)
That should work, but you won't be able to control the target since the first line of the event is
$ the_person = get_so_relationship_improve_person()
and that gets you a random qualifying target
If you really want to target a specific person it is a far more involved process that requires modifying the event code and figuring out the person object in order to pass that to the event
It is far safer to use call like
>> call so_relationship_improve_label_enhanced() from _test
(don't forget the from part)
That should work, but you won't be able to control the target since the first line of the event is
$ the_person = get_so_relationship_improve_person()
and that gets you a random qualifying target
If you really want to target a specific person it is a far more involved process that requires modifying the event code and figuring out the person object in order to pass that to the event
You don't have permission to view the spoiler content.
Log in or register now.
Last edited: