Icon

Console lite

Roxari

You must be logged in to obtain assets

Description

This usefull tool could save you a lot of time, e.g.: You probably know this situation.. You're adding an object to the room but can't find the correct location, so you keep changing the code and you keep recompiling it.

Now you can simply press F5 (to open the developer console) > type setCoords(object,x,y)

The other commands are listed in the readme.gml (as of version 1.0.1)

End User Licence Agreement (EULA).

Age Rating: None

Version

GMS1 - Version 2.0.0. Published April 3, 2016

  • We've added:
    • if statements
    • variables
    • constants
    • more user friendly to use functions (you can now add as many spaces as you like between the parameters)

*if statements:

  • if(this_update_rocks){You are right!}
  • You use these if statements as you would expect, if(logic_test){action0&action1&...}

variables:

  • to initialise a new variable you type "var VAR_NAME= VALUE"
  • You can not yet change the value after initialising it, but hey! there will be a patch for that soon!
  • To make use of the variables in the console you'll have to put spaces around them
  • E.g.: "hello (SPACE)user(SPACE)" where user = John it would return "hello John"

*Constants:

  • To put things simple: they work like variables, but are defined in the game code
  • for more info check console>commands>constants>constants_init line 5-6
Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait