Hello.
I'd like to write a super simple hello world script like this:
I've compiled it & saved as hello_world.int in
but when i run the game nothing happens. What should i do to make the game engine run my script when i load/start new game?
I'd like to write a super simple hello world script like this:
Code:
procedure start;
procedure start begin
display_msg("Hello world!");
end
Code:
Fallout2\data\scripts