• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - GML Visual Can we rename alarms ?

A

Antera

Guest
Hello,

I did not find the answer on the forum or on Google

Can we rename alarms 0 1 2 3 ... ? It will be difficult to remember all of them as soon as we have 10 of them

Many thanks
 
You can't, but considering it's just an array, you can use macros or enums or whatever to know which one to call instead of the number.
 

TsukaYuriko

☄️
Forum Staff
Moderator
Yes and no. In addition to the above, you can use the following annotation at the top of the event to add a description to it:
Code:
/// @description <name goes here>
It will then be displayed alongside the event name in the event list. (Alarm 0 - <name goes here>)
 
A

Antera

Guest
Thanks for your answer
I use the visual DND thing, I started yesterday, so I chose the DND prefix for my post
Maybe when I will know a lot of functions and variables I will switch to text programming mode
 
A

Antera

Guest

Attachments

Top