Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1]   Go Down

Author Topic: [Request / Listing] Is this possible in GML?  (Read 2323 times)

0 Members and 1 Guest are viewing this topic.

Fox

Turnbeutelvergesser since 1988.
[Request / Listing] Is this possible in GML?
« on: April 17, 2006, 04:57:38 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Female
  • Posts: 4062
I was wondering if this is possible.
I want the player to be able to enter any possible code that GML knows while the game is running. Perhaps like you press enter, it asks you for a code (input) and you write for example "instance_create(15,15,objLink)" and then the game (or rather the certain object that calls the code) would create an instance objLink at x-position 15, y-position 15. You get the idea? Is that possible?
« Last Edit: February 24, 2012, 10:53:01 am by Niek »
Logged
  • Me on deviantART

Goodnight

Once and future Captain
Re: Is this possible in GML?
« Reply #1 on: April 17, 2006, 05:02:55 pm »
  • With a Capital G
  • *
  • Reputation: +1/-0
  • Offline Offline
  • Gender: Male
  • Posts: 706
Code: [Select]
execute_string(get_string("Enter code:", ""))Looks workable. :)
Logged

Fox

Turnbeutelvergesser since 1988.
Re: Is this possible in GML?
« Reply #2 on: April 17, 2006, 05:11:09 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Female
  • Posts: 4062
Code: [Select]
execute_string(get_string("Enter code:", ""))Looks workable. :)
O_o So simple! XD Thanks dude. :)
Logged
  • Me on deviantART
Pages: [1]   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.022 seconds with 40 queries.