GameMakerHelpBlog

Saturday, December 2, 2006

Expansions

Ever wanted expansions on your games. Well this is a simple script to do so. (change the directory to where your game is located and change the name and file)

[code]
if file_exists("c:/program files/example/example.exe")
then
show_message("Example2 has found example on the computer you can play now")
room_goto(playexample)
[/code]

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home