03.06.2011, 13:23
In the game I'm currently making I want to spawn a large number of vehicles, in total about 700 lines of AddStaticVehicle. To reduce the size of the main script, I want to place those lines in another Pawn file, and then load them into the main script. Is this possible? And if it is, how do I do it?