There are few misions implemented.
Makedons and Seleucids (i think) can return body of Alexandross back to Macedon. Other script lets you assist at capturing some province (sorry dont remember specifics, i wasnt making this one).
If you want to make some you are more then welcome.
ER wrote two excellent guides for scripting in RTW
This is basic one:
https://forums.totalwar.org/vb/showthread.php?t=46738
Its the bible for scripting. As it contains list of all avaible console_commands, monitor events etc...
There is also intermediate guide, you can find it in scriptorium.
If you know anything about programing or scripting you can start doing scripts in 5 minutes
If you dont know anything i would advice spending 1 hour in library.
Take handbook for some very simple programing language (even old one like QBasic) and read first few chapters. Dont go to deep, read about loops, variables, if conditions, logic statements. This is all you need because RTW unfortunately doesnt offer much more.
For example in my book for C++ everything you need is in second chapter (first is Getting started chapter), 23 pages in total out of 1200+ in whole book.
Good luck.
Bookmarks