3D OWOT script: Difference between revisions

From Our World of Text Wiki
Jump to navigation Jump to search
m (Removed unnecessary syntaxhighlight.)
(Dat Hack3r changed the content model of the page 3D OWOT script from "wikitext" to "JavaScript": This is JavaScript, so it should be treated as such.)
Tag: content model change

Revision as of 09:29, 10 December 2024

menu.addEntry("<input id='3d' type='range' min='-10' max='10'></input>");
document.getElementById("3d").style.width = "100%";
document.getElementById("3d").onchange = function() {
    w.chat.send("/warp " + (!+document.getElementById("3d").value ? "" : "dimension3dz" + document.getElementById("3d").value));
}


/* [[Category:Scripts]] */