Way to disable Obsolete commands to be replaced with something else.

Feature requests for future versions can be voiced here
Post Reply
Bugala
Posts: 1390
Joined: Sun Feb 14, 2010 7:11 pm

Way to disable Obsolete commands to be replaced with something else.

Post by Bugala »

I was just making my storyengine system, where part of the thing was that I was planning on using "Labels" to be able to jump in the script.

However, as I was implementing this, I noticed that Hollywood has "label" as a reserved word, although obsolete command.

Not a big deal in sense that I just figure out a differfent name to use than "LABEL", but it is slightly annoying that such a useful name cant be used now, since Hollywood precents letting it be used.

It would be good if there would be something like:
EraseCommand(Label)

and then I could use it as a variable name. Of course misusing this could be dangerous, but for things like Label which is obsolete command, and yet prevents itself from being used, something like this would be good.

Especially in this case I had done the code using my cellphone, and didnt get to test it until now, so now I had to redo all that code I did on my mobile to make Hollywood stop complaining.
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Way to disable Obsolete commands to be replaced with something else.

Post by airsoftsoftwair »

Sorry, won't come, everything related to the VM is highly complicated to implement and so is very unlikely to come ;)
Post Reply