• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Discussion - Hotkey invisible (1 Viewer)

Joined
Oct 31, 2021
RedCents
680¢
Having an issue developing hotkey for Group Invisible and still getting not a valid command: Driver tank: I would appreciate thoughts and directions to take


/noparse/bcga.if(${Me.Class.Shortname.Equal [CLR]}) alt act 1210
/pause 10
/noparse/bcga.if(${Me.Class.Shortname.Equal [ENC]}) alt act 1212
 

kaen01

I am not a complete idiot!..some parts are missing
Joined
Jun 12, 2015
RedCents
21,807¢
i am unsure if you made some changes before posting that social, but you have . between the /bcga and if command, that should not be there, and have missing space after the if, and too much space after the equal


INI:
/noparse /bcga /if (${Me.Class.Shortname.Equal[CLR]}) alt act 1210

/pause 10

/noparse /bcga /if (${Me.Class.Shortname.Equal[ENC]}) alt act 1212
 

Sic

[sic]
Moderator
Joined
May 5, 2016
RedCents
29,860¢
Pronouns
He/Him
Having an issue developing hotkey for Group Invisible and still getting not a valid command: Driver tank: I would appreciate thoughts and directions to take


/noparse/bcga.if(${Me.Class.Shortname.Equal [CLR]}) alt act 1210
/pause 10
/noparse/bcga.if(${Me.Class.Shortname.Equal [ENC]}) alt act 1212
i have some invis buttons in my hotkey guide.

you're also missing a / on /alt activate (in addition to brackets that kaen mentioned
 

Users who are viewing this thread

Top