You are browsing as a guest. Sign up (or log in) to start making projects!

9h 11m 45s logged

Making User Scripts

I am currently working on the User Scripts as I have mentioned in older devlogs. I must say that this is one of my first interactions with interfaces in C# because I there was not a huge reason to use it in my code… until now.

I must say that this User Scripts is the most difficult thing in all Helyx to make because you have to think on everything… how this will work, how shall we display it, how to make it versitile so other actions work with it too, etc…

I made the system for adding Blocks (Actions = Blocks) to Scripts and right now I am implementing dialogs to insert properties for each action, such as Duration for Wait Action.

These are current actions that are in Helyx (you can suggest new ones in comments):

  • Wait
  • Wait Until
  • If
  • Loop (should be smthn like while(), might change the idea of it)
  • End (ends script, so like return/break)
  • Set Variable
  • Get Variable
  • Compare
  • Random
  • Log (logs text)
  • Execute (executes command)
  • Open (opens directory)
  • Create File
  • Create Folder
  • Delete File
  • Delete Folder

Right after that I would want to move to make the UI look overall better and function better.

Welp, we will see in my next devlog the progress I will make. :heart-eng:

0
4

Comments 0

No comments yet. Be the first!