Scripts - YoYoGames Wiki - 2 views
-
andcope1995 on 01 May 12From YoYoGames Wiki Game Maker Scripts are used in Game Maker to execute code. A Game Maker script is basically a function, capable of taking arguments in, and returning a certain return value. The advantage of scripts over regular pieces of code is that they could be performed more than once, saving file size, memory, and also making the code simpler to read, understand, and edit.