@Fox The first place I noticed the problem was when I added a visual to the interface. I added a text link to the interface from the 'textlink' section in the open blocks and inserted an image into it. My aim was to have no text inside and only redirect to a link when the image is clicked. However, no matter how much I removed the predefined "New Link" text, whenever I made an addition or deletion to the interface, it would reappear. To solve this issue, I set the font-size of the text link to 0 using CSS, which prevented the "New Link" text from appearing. The problem I'm talking about is probably similar to what I experienced with the text link. The default values assigned by the system, even if you change them, revert back to the values defined by the system when something new is added to the interface or when a setting is changed (for example, background color or deleting a button). Currently, to overcome this issue, I am constantly keeping a backup of the HTML. Whenever I make a new change, I copy the content from the backup, and this is how I'm trying to deal with it, but it's clear there is a problem. Hopefully, it will be resolved soon.
reload resource bugged
-
when i launch script i can use my resource 2 times before it ends script (it has 2 lines in text file)
when i do reload script it works for first time, (i can again use 2 lines)
but after I second time reload resources, it only lets me use one line
-
what i mean is that when i use reload resource feature, it will let me use resource lines this many times in this order:
- 2
- 1
- 2
- 1
it should be always 2 since there are 2 lines shouldnt it be? how can I reload whole resources if it always gives me different number?
(PS when u use number of elemnts in resource it will always say there are 2.
But when you assign resource|notreuse to variable, it will at first let u use it 2 times, then you reload resource, and then 1 time only