I've tried to research other posts as much as I could, but I couldn't find anything I could make heads or tails of, so please forgive me if this is a repeat post than you're tired of answering.
It will often happen where someone will send a block of information to a group (most commonly, the stats of an item) which is spread across several lines. I want to have this posted to the notepad, if I could, along with other "tells" that I get.
Sending information to the notepad is not my problem. I think I've got a good handle on how to do that. "* tells you *" Send %1 tells you %2 to notepad.
The trick is that each item description doesn't have the same beginning at the start of the line (what I would mark as *) for easy triggering. It looks like this:
Erock explains an item to the group
You discover something from the item.
Object 'blue potion unique', Item type: POTION
Can be worn on :TAKE
Item is: MAGIC SHATTERPROOF !RENT LIMITED
Weight: 1, Value: 10000
Level 80 spells of:
recover mana
recover mana
level limit: 0
Now, it makes sense that the trigger would activate on:
* explains an item to the group
and it could somehow end on the "level limit: *", but because each item has different lengths (different number of lines explaining it), I don't have a clue how this could be done. I hope this has been helpful!
It will often happen where someone will send a block of information to a group (most commonly, the stats of an item) which is spread across several lines. I want to have this posted to the notepad, if I could, along with other "tells" that I get.
Sending information to the notepad is not my problem. I think I've got a good handle on how to do that. "* tells you *" Send %1 tells you %2 to notepad.
The trick is that each item description doesn't have the same beginning at the start of the line (what I would mark as *) for easy triggering. It looks like this:
Erock explains an item to the group
You discover something from the item.
Object 'blue potion unique', Item type: POTION
Can be worn on :TAKE
Item is: MAGIC SHATTERPROOF !RENT LIMITED
Weight: 1, Value: 10000
Level 80 spells of:
recover mana
recover mana
level limit: 0
Now, it makes sense that the trigger would activate on:
* explains an item to the group
and it could somehow end on the "level limit: *", but because each item has different lengths (different number of lines explaining it), I don't have a clue how this could be done. I hope this has been helpful!