Is it possible to change the color of the outline on a font?
game.text_shadow_color
where exactly does that go into the scripting?
well its a static property so whereever you like.
game_start is probably the best place if you want it like that for the whole game.
something like:
game.text_shadow_color = 15;
the number is an AGS colour value.