Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

message pop-up specialized for number

*p.s
i'm not in english world, so my english is strange and rough or my talking may rude. please understand.
-----------
hellow. I want to request a special message pop-up script.

let me explain:

the first feature is :
the script that i want is specialized for variable.
if i input "variable[1]", output the variable[1]'s value.
(if variable[1] = 2, output "2" instead of "variable[1]")

the secnd feature is :
message can appear everywhere. (by coordinates)
if i want the message [X : 0, Y : 0], then appear at top of left.

the third feature is :
message can appear plurally and can update.


i think it's quite obscurity. let me show you.

[example]
if i set like this (by event) :

variable[3] = 3
variable[4] = 4
variable[5] = 5


and work message script.

variable[3] / x: 0, y:0
variable[4] / x: 10, y:20
variable[5] / x: 0, y:40


then it will be appear like this.


3
 4
5


and if i change set like this:

variable[3] = 33
variable[4] = 44
variable[5] = 55


and work message script again.

variable[3] / x: 0, y:0
variable[4] / x: 10, y:20
variable[5] / x: 0, y:40



33 <- updated.
 44 <- updated.
55 <- updated.



i know it's quite hard and troublesome and i'll never complain how hard to use. don't mind about it. but please help me;;
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top