Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: SFG Leader on Fri 14/12/2007 02:03:34

Title: External Importing
Post by: SFG Leader on Fri 14/12/2007 02:03:34
Is it possible to be able to import script and sprites when playing a game.
If so what script would you use because I'm planing on making a fully moddable
game e.g. Changing strength values and faces.
Title: Re: External Importing
Post by: Khris on Fri 14/12/2007 05:19:59
You can't import scripts in the sense that they can be executed by the game like regular scripts, but you can read text files (and save them back). Look up the File functions in the manual.

DynamicSprite.CreateFromFile allows you to use external sprites in the game.