Skip to content

Commit

Permalink
Merge pull request #11 from NGSpace/fixes
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
NGSpace authored Aug 17, 2024
2 parents 0b2a587 + 1557891 commit fffcd80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
3 changes: 1 addition & 2 deletions wiki/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ document.addEventListener("DOMContentLoaded", function (event) {
</details>
</div>
<div id="contents">
</div>
`;
</div>`;
contents = document.body.innerHTML;
document.body.innerHTML = basehtml;
document.getElementById("contents").innerHTML = contents;
Expand Down
16 changes: 4 additions & 12 deletions wiki/howto.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2 id="variables">Basic variables (fps, memory usage etc)</h2>
is write the name of the variable between curly brackets and Hudder will do the rest!
(ex. <inline-code>{fps}</inline-code>, <inline-code>{used_memory}</inline-code> etc.)
<br><br>
A full list of variables can be found <a href="/wiki/varlist.html">here!</a>
A full list of variables can be found <a href="/wiki/varlist.html">here!</a>

<br><br>

Expand Down Expand Up @@ -102,20 +102,12 @@ <h2 id="methods">Inventory management and methods</h2>
you can use <inline-code>;[method], and, it's, parameters;</inline-code> to call builtin methods.they are built similar to conditions
except the parameters are not predefinied and can be variables (which can be changed as specified in the section above).

List of methods (not full list) (Note: [] parameters are required, &#60;&#62; parameters are optional):
<code>;selectedslot, [x position on screen], [y position on screen], &#60;scale&#62;;
;helmet, [x position on screen], [y position on screen], &#60;scale&#62;;
;chestplate, [x position on screen], [y position on screen], &#60;scale&#62;;
;leggings, [x position on screen], [y position on screen], &#60;scale&#62;;
;boots, [x position on screen], [y position on screen], &#60;scale&#62;;
;item, [Item] , [x position on screen], [y position on screen], &#60;scale&#62;;
;slot, [Slot number] , [x position on screen], [y position on screen], &#60;scale&#62;;
;load, [hudder file];
</code>
<br><br>
A full list of variables can be found <a href="/wiki/methodlist.html">here!</a>

<br><br>

<h2>Advanced conditions and while loops</h2>
<h2 id="adv_conds">Advanced conditions and while loops</h2>
<hr><br>

Note that the indentation must be exclusively tabs, note that some editors will automatically replace tabs with
Expand Down

0 comments on commit fffcd80

Please sign in to comment.