GameMaker (2.3)
Icon

PureConsole

Gronmc

You must be logged in to obtain assets

Description

This is a Console prototype, that it's not finished, but can used for:

  • Object variable manipulating and Global variables
  • Manipulating variables inside structs
  • Somethings functions of GameMaker
  • Functions that you created
  • Can create your own commands
  • /h - To show console commands`

F1 to open console;

Create commands inside script MyCommandsHere, with this format:

// Create Object
CreateCMD("create_ext", ["x", "y", "depth", "object"], function(_x, _y, _depth, _object) {
    instance_create_depth(_x, _y, _depth, _object);
});

To use, just start with / in console, like: /create_ext 256 256 -1 obj_dummy

To use, just put object PureConsole on your room.

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS2.3 - Version 1.2.1. Published September 30, 2020

Command creation, Console adjusts the window, Error Treatment

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait