Search found 2 matches

by Jazzek
Mon Sep 19, 2022 6:58 am
Forum: Help Forum
Topic: draw/sheathe weapon key
Replies: 4
Views: 5116

Re: draw/sheathe weapon key

thank you :-)
by Jazzek
Sun Sep 18, 2022 2:27 am
Forum: Help Forum
Topic: draw/sheathe weapon key
Replies: 4
Views: 5116

draw/sheathe weapon key

Hi, I'm trying to make a simple script on my keypad 0 to draw/sheathe my weapons. I have the following: sheathed = getVariable("WeaponSheathed") echo("sheathed") if sheathed == "yes" then send("draw weapons from scabbard belt") setVariable("WeaponSheathed...