Difference between revisions of "Adding an Options Menu"

517 bytes removed ,  09:48, 27 February 2009
Removed WIPz tag, added category list
imported>Cipscis
imported>Cipscis
(Removed WIPz tag, added category list)
Line 1: Line 1:
<!--Start WIP -->
{| style="width:650px;height:50px;background:lavender;border:1px solid royalblue;margin: 1em auto 1em auto"
| align="center" | '''This article is a Work in Progress.'''  <br /><small>If you have any feedback or suggestions, please leave a comment in the discussion page.</small>
|-
|}
<!-- End WIP -->
<p>This tutorial is split into two main parts.  The first section is about how to set up your plugin to use an options menu, and focuses on where and how to set up your settings, and how to use them remotely.  The second section is about making the actual menu, and focuses on giving the player access to the menu and the scripting involved in creating the menu.</p>
<p>This tutorial is split into two main parts.  The first section is about how to set up your plugin to use an options menu, and focuses on where and how to set up your settings, and how to use them remotely.  The second section is about making the actual menu, and focuses on giving the player access to the menu and the scripting involved in creating the menu.</p>


Line 858: Line 851:
End
End
</pre>
</pre>
 
[[Category:Scripting]]
<h2>See Also</h2>
[[Category:Tutorials]]
 
<ul>
<li>
[[SetStage]]
</li>
<li>
[[ShowMessage]]
</li>
<li>
[[GetButtonPressed]]
</li>
<li>
[[RemoveMe]]
</li>
<li>
[[AddItem]]
</li>
<li>
[[UnequipItem]]
</li>
<li>
[[IsInCombat]]
</li>
</ul>
Anonymous user