View Single Post
02/02/23, 05:02 PM   #1
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 247
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