<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to have a dropdown]]></title><description><![CDATA[<p dir="auto">How do I add a dropdown to my module? example: <a href="https://gyazo.com/a0206c52ecd6bebab1d6b02179d5a204" target="_blank" rel="noopener noreferrer nofollow ugc">https://gyazo.com/a0206c52ecd6bebab1d6b02179d5a204</a></p>
]]></description><link>https://forum.liquidbounce.net/topic/2816/how-to-have-a-dropdown</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 01:10:17 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/2816.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Aug 2021 13:09:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to have a dropdown on Mon, 02 Aug 2021 16:38:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ivanovladimirs" aria-label="Profile: ivanovladimirs">@<bdi>ivanovladimirs</bdi></a><br />
add a setting.list :</p>
<pre><code>valueName: Setting.list({
    name: "BypassMode", // name of the value (lol)
    default: "None", // default mode
    values: ["None", "Old", "New"] // list of possible modes
});
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/22599</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/22599</guid><dc:creator><![CDATA[i forgor]]></dc:creator><pubDate>Mon, 02 Aug 2021 16:38:18 GMT</pubDate></item><item><title><![CDATA[Reply to How to have a dropdown on Tue, 03 Aug 2021 04:36:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ivanovladimirs" aria-label="Profile: ivanovladimirs">@<bdi>ivanovladimirs</bdi></a> sorry im used to use variables instead of putting them on the list</p>
]]></description><link>https://forum.liquidbounce.net/post/22618</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/22618</guid><dc:creator><![CDATA[i forgor]]></dc:creator><pubDate>Tue, 03 Aug 2021 04:36:04 GMT</pubDate></item><item><title><![CDATA[Reply to How to have a dropdown on Tue, 03 Aug 2021 00:49:47 GMT]]></title><description><![CDATA[<p dir="auto">@0x64 actually I removed the ";" and it works now lmao</p>
]]></description><link>https://forum.liquidbounce.net/post/22614</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/22614</guid><dc:creator><![CDATA[IvanoVladimirs]]></dc:creator><pubDate>Tue, 03 Aug 2021 00:49:47 GMT</pubDate></item><item><title><![CDATA[Reply to How to have a dropdown on Tue, 03 Aug 2021 00:46:07 GMT]]></title><description><![CDATA[<p dir="auto">@0x64 yes ik this script that I'm making will only have 1 setting</p>
]]></description><link>https://forum.liquidbounce.net/post/22613</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/22613</guid><dc:creator><![CDATA[IvanoVladimirs]]></dc:creator><pubDate>Tue, 03 Aug 2021 00:46:07 GMT</pubDate></item><item><title><![CDATA[Reply to How to have a dropdown on Tue, 03 Aug 2021 00:41:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ivanovladimirs" aria-label="Profile: ivanovladimirs">@<bdi>ivanovladimirs</bdi></a></p>
<pre><code class="language-json">settings: {
        PhaseType: Setting.list({
			name: "Type",
			default: "Vertical",
			values: ["Vertical", "Horizontal"]
		});
                  ^ don't use this, use "," instead if you have more settings
	}
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/22612</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/22612</guid><dc:creator><![CDATA[exit scammed]]></dc:creator><pubDate>Tue, 03 Aug 2021 00:41:20 GMT</pubDate></item><item><title><![CDATA[Reply to How to have a dropdown on Tue, 03 Aug 2021 00:38:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/i-forgor" aria-label="Profile: i-forgor">@<bdi>i-forgor</bdi></a><br />
I have my code</p>
<pre><code>settings: {
        PhaseType: Setting.list({
			name: "Type",
			default: "Vertical",
			values: ["Vertical", "Horizontal"]
		});
	}
</code></pre>
<p dir="auto">But for some reason when I do</p>
<pre><code>module.settings.PhaseType.get()
</code></pre>
<p dir="auto">that doesn't work. How would I fix that?</p>
]]></description><link>https://forum.liquidbounce.net/post/22611</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/22611</guid><dc:creator><![CDATA[IvanoVladimirs]]></dc:creator><pubDate>Tue, 03 Aug 2021 00:38:29 GMT</pubDate></item><item><title><![CDATA[Reply to How to have a dropdown on Mon, 02 Aug 2021 17:57:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ivanovladimirs" aria-label="Profile: ivanovladimirs">@<bdi>ivanovladimirs</bdi></a> sup bro, its me ENDER1355 from the discord</p>
]]></description><link>https://forum.liquidbounce.net/post/22602</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/22602</guid><dc:creator><![CDATA[ENDER1355]]></dc:creator><pubDate>Mon, 02 Aug 2021 17:57:37 GMT</pubDate></item><item><title><![CDATA[Reply to How to have a dropdown on Mon, 02 Aug 2021 16:38:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ivanovladimirs" aria-label="Profile: ivanovladimirs">@<bdi>ivanovladimirs</bdi></a><br />
add a setting.list :</p>
<pre><code>valueName: Setting.list({
    name: "BypassMode", // name of the value (lol)
    default: "None", // default mode
    values: ["None", "Old", "New"] // list of possible modes
});
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/22599</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/22599</guid><dc:creator><![CDATA[i forgor]]></dc:creator><pubDate>Mon, 02 Aug 2021 16:38:18 GMT</pubDate></item><item><title><![CDATA[Reply to How to have a dropdown on Mon, 02 Aug 2021 16:01:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ivanovladimirs" aria-label="Profile: ivanovladimirs">@<bdi>ivanovladimirs</bdi></a> by looking at src of scripts<br />
by looking at documentation  <a href="https://liquidbounce.net/docs/ScriptAPI/Global%20Classes" target="_blank" rel="noopener noreferrer nofollow ugc">https://liquidbounce.net/docs/ScriptAPI/Global Classes</a></p>
]]></description><link>https://forum.liquidbounce.net/post/22598</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/22598</guid><dc:creator><![CDATA[CzechHek]]></dc:creator><pubDate>Mon, 02 Aug 2021 16:01:48 GMT</pubDate></item></channel></rss>