This adds a console to your game.
You can open it with ~ sign, and enter commands with arguments. Close with ~ or Esc.
Features:
Attached example show several commands, which you can display with "help" command.
End User Licence Agreement (EULA).
Initial version
Version 1.0.0. Published October 8, 2015
Created with GameMaker: Studio v1.4.1657
You can only review assets you've bought.
A very good console
This console is a great one for people to be able to insert into a project and go. It is very lightweight with only a few scripts which are easy enough to understand for intermediate users. Novices can jump right in to adding commands, however, which is good. Adding commands is relatively simple and you can insert pretty much what you want into the execution. The only downside is that it doesn't utilize data structures for some added functionality and flexibility.