Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Excellent VCode.
I made some additions to change the Memory Cell usage to put the _retCount at 62-- instead of 0++ because many other Logic Scripts already use the Cell lower slots.
Also created a Comment line that gets put into the code as:
set_Comment "your comment here"
The comment makes the resulting code easier to read (and who doesn't like comments).
Also added a 'noend' tokenFunc so that the user can choose to end the Script with 'end' or drop off without it. There seems do be a difference in what gets cleared with and without an actual end.
Thinking about adding the script commands as Tokens so the 'cmd' prefix will not need to be used.
Do you have a Github repo for it so I can give you a PR?
Thanks for the comment, it is on github there:
github.com/Sirvoid/MindustryVCode
I made some additions to change the Memory Cell usage to put the _retCount at 62-- instead of 0++ because many other Logic Scripts already use the Cell lower slots.
Also created a Comment line that gets put into the code as:
set_Comment "your comment here"
The comment makes the resulting code easier to read (and who doesn't like comments).
Also added a 'noend' tokenFunc so that the user can choose to end the Script with 'end' or drop off without it. There seems do be a difference in what gets cleared with and without an actual end.
Thinking about adding the script commands as Tokens so the 'cmd' prefix will not need to be used.
Do you have a Github repo for it so I can give you a PR?