Hi so I have alot of Ideas for new events, but I have almost no clue where to start with this game.
Anyway if anyone could be so kind as to give me some help this is how far I got.
In after_battle.txt
In this, my first attempt ever to create an event, I am trying to make it so that if a general has the trait "Wounded" and loses a battle he is captured, or killed, or escapes. The problem is I have no idea how to incorporate the options, or how to get things like "EVTNAME515" to work properly. EVTNAME515 is obviously supposed to be the title at the top, and EVTDESC515 obviously the body of the text. But where do I define them?
character_event = {
id = 515 <------------------- What are safe event ids to use?
is_triggered_only = yes
trigger = { traits = wounded }
title = "EVTNAME515"
desc = "EVTDESC515"
option = { <----------------I have no idea what to do here.....
I think the only thing I have correct above is the trigger....
I have read things like these: http://forum.paradoxplaza.com/forum/showthread.php?t=451205
http://forum.paradoxplaza.com/forum/showthread.php?t=355677
http://forum.paradoxplaza.com/forum/showthread.php?t=370015
but without an actual full example of a event and an explanation of how it works and why I can't seem to figure it out.
I'm terribly sorry if there is already a thread with the information I request. Thank you for any help in this matter.
Anyway if anyone could be so kind as to give me some help this is how far I got.
In after_battle.txt
In this, my first attempt ever to create an event, I am trying to make it so that if a general has the trait "Wounded" and loses a battle he is captured, or killed, or escapes. The problem is I have no idea how to incorporate the options, or how to get things like "EVTNAME515" to work properly. EVTNAME515 is obviously supposed to be the title at the top, and EVTDESC515 obviously the body of the text. But where do I define them?
character_event = {
id = 515 <------------------- What are safe event ids to use?
is_triggered_only = yes
trigger = { traits = wounded }
title = "EVTNAME515"
desc = "EVTDESC515"
option = { <----------------I have no idea what to do here.....
I think the only thing I have correct above is the trigger....
I have read things like these: http://forum.paradoxplaza.com/forum/showthread.php?t=451205
http://forum.paradoxplaza.com/forum/showthread.php?t=355677
http://forum.paradoxplaza.com/forum/showthread.php?t=370015
but without an actual full example of a event and an explanation of how it works and why I can't seem to figure it out.
I'm terribly sorry if there is already a thread with the information I request. Thank you for any help in this matter.