|
gamblejay Beginner
Joined: 13 Jun 2015 Posts: 15
|
Posted: Fri May 26, 2017 10:31 pm
Creating a List |
I saw this feature some time back but can't find it again where cmud had a list with brackets that were all numbered.
1 [ whatever ]
2 [ whatever ]
The one I saw was used for some kind of variable, what I would like to see if its possible to do is use it for a gag list. The game I play sometimes has lots of chatter in combat from NPC's, so I would like to do something like this.
1 [You scratch]
2 [You batter]
3 [young male orc screams:]
And have everything I put on that list use the #GAG trigger. |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4715 Location: Pensacola, FL, USA
|
Posted: Sat May 27, 2017 10:16 am |
It is entirely possible to create a list, but the numbered display is via the GUI.
#ADDITEM combatSpam {You scratch}
#ADDITEM combatSpam {You batter}
And so on will populate your list.
Then something like this will #GAG that stuff out for you:
#TRIGGER {{@combatSpam}} {#GAG} |
|
_________________ Discord: Shalimarwildcat |
|
|
|
gamblejay Beginner
Joined: 13 Jun 2015 Posts: 15
|
Posted: Tue May 30, 2017 1:24 am |
Perfect, thanks!
|
|
|
|
|
|