Thread Tools Display Modes
Prev Previous Post   Next Post Next
02/02/23, 05:02 PM   #1
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 277
Question Help with basic keybind saving a variable

Hey guys im looking to convert a section of code im currently using and having to manually edit into a press and hold for 1-2secs keybind to save a target or user @name variable for it. Any suggestions? heres what ive got right now:

<Bindings>
<Layer name="SI_KEYBINDINGS_LAYER_GENERAL">
<Category name="|c9900FFRidinDirty|r">
<Action name="MOUNT_USER">
<Down>UseMountAsPassenger("@NAME")</Down> <!-- EDIT FOR DESIRED TARGET @NAME -->
</Action>
</Category>
</Layer>
</Bindings>

Last edited by sinnereso : 02/02/23 at 05:21 PM. Reason: added post icon
  Reply With Quote
 

ESOUI » Developer Discussions » Lua/XML Help » Help with basic keybind saving a variable


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off