I'm trying to setup a very small script that gives me 1 gold on campaign start (I'm using a campaign script).

The script is given:

Code:
script

console_command add_money 1

end_script
The game crashes when I start a new campaign. If I comment out that line or remove the script from descr_strat the campaign starts without issue. What am I doing wrong?

I've tried variants of of the command and if any is a valid add_money command the game crashes.

I've also tried:

console_command add_money 1 romans_brutii (works once the campaign is loaded)
console_command add_money romans_brutii, 1 (works once the campaign is loaded)

Both of these cause the campaign to crash if put into the script.