Author Topic: Change area name command  (Read 1050 times)

Antikore

  • Developing Mortal Theater at day, developing depression at night.
  • Level 22: Trex
  • *
  • Posts: 2020
  • Enjoying Platform Builder from the very start
    • View Profile
    • PBuilder Resources
Change area name command
« on: October 08, 2018, 09:13:16 AM »
A command for changing the area name
For example
<area name>Hello world

This is good for localization or creating a status bar. For example:

In the looping command prompt:
Code: [Select]
<area name>Money: [money] - Level: [game var 1]

That will constantly change the area name to the money and your "level" that is the game variable 1
« Last Edit: October 08, 2018, 09:21:14 AM by Antikore »
Sorry because my English is not very good because I'm Spanish ;) :P

CGM

  • Christian, 3D artist, former Platform Builder gamdev
  • Master Builder
  • *
  • Posts: 3836
    • View Profile
Re: Change area name command
« Reply #1 on: October 08, 2018, 07:21:27 PM »
Hmm. Good idea.