|
walrusguy Newbie
Joined: 11 Jul 2021 Posts: 1
|
Posted: Sun Jul 11, 2021 3:21 pm
Looking for a prompt example |
How do I create a prompt that sets my variable @magetarget = <whatever my prompt is> and then #EXEC mageopener (alias)
|
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Wed Jul 14, 2021 2:40 am |
At the bottom of the trigger is an options panel (should be a button with a plus or the word more to open it).
For a prompt trigger to need to:
Uncheck trigger on new Line
Check trigger on prompt
Then you need to make a pattern that will match your trigger.
For that you will need to make use of wildcards for the variable bits.
#HELP #TRIGGER
Will pull up the help file inside the client, here is a link in that document to the pattern matching symbols.
Best I can offer without seeing what your prompt looks like. |
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|