Hi.
It's been 9 months since my last works on scripting of Med2, and I am really really rusty. And even then, I wasnt that good.
My question is simple. I have an event, that appears currently to everyone. What is the proper script, in order to make it appear to only one individual faction of my choice?
To make it more clear, I want the event to occur always, but the message of the event I want to appear only to one faction. Any ideas?
Here is how the event occurs now:
Code:monitor_conditions I_TurnNumber = 0 add_events event historic scots_nearby_1 date 0 end_add_events terminate_monitor end_monitor monitor_conditions I_TurnNumber = 1 add_events event counter scots_attack_1 date 0 end_add_events terminate_monitor end_monitor monitor_event EventCounter EventCounterType scots_attack_1 and EventCounter > 0 if I_EventCounter scots_attack_1 == 1 add_events event historic scots_attack_1 date 0 position 51, 314 end_add_events spawn_army faction scotland character DavidII of Scotland, named character, age 22, x 63, y 311, family





Reply With Quote






