PDA

View Full Version : Chaining emotes?



nezzir
May 5th, 2007, 16:31
Is there a way to macro more than one line?

For example:
In my game system, there is a weapon that allows you to roll two damage dice and chose the highest. Can you:

1. Create an macro that will roll twice
Example:
/die 1d10+5 [NezziR's first damage roll for an impact weapon]; /die 1d10+5 [NezziR's second damage roll for an impact weapon]
*Note: this doesn't work

2. Perform some rudimentary logic in a macro

3. Roll more than once in a single emote

Griogre
May 6th, 2007, 04:54
There is currently no way to do this without scripting. You could write a lua script which would take the higher die.