Author Topic: Title Command  (Read 900 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
Title Command
« on: April 16, 2019, 10:29:43 AM »
Example use: <title (object) (object id)>
Other related commands:
title speed = (How many time will require to write the next letter in 1/10 seconds) (0 means instant)
title duration = (How many the title stays on head)

Hello, I will explain this command idea.
Firstly, this command makes the item/projectile/block/enemy/NPC/player/spawn, etc. to have a text in the head, like the character overhead text. This will allow writing placeholder/expressions on it.
Good example.
Code: [Select]
time speed = 0
time duration = 0
<title block 1>Push me!
When you execute these commands, the block 1 will instantly have over it the text "Push me!" forever

A practice example for this to use in it is like a 4 number code.
Each block can have in its head the text of the number it's storing.
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: Title Command
« Reply #1 on: April 16, 2019, 04:09:27 PM »
Interesting...Not a bad idea.