Difference between revisions of "CuAnnan/Oakenshield"

From City of Hope MUSH
Jump to navigation Jump to search
Line 1: Line 1:
 
If you want a tracker for your Oakenshield
 
If you want a tracker for your Oakenshield
 +
 +
<pre>
 
@create Oakenshield
 
@create Oakenshield
 
@parent oakenshield = #10469
 
@parent oakenshield = #10469
  
 
Then you run the following commands
 
Then you run the following commands
* +set pool = <the number of dice in your pool>
+
+set pool = <the number of dice in your pool>
* +set diff = <the diff of the cantrip>
+
+set diff = <the diff of the cantrip>
* +oak
+
+oak
  
 
This will roll <pool> dice against <diff>
 
This will roll <pool> dice against <diff>
  
 
+report will broadcast to the room the results of the roll.
 
+report will broadcast to the room the results of the roll.
 
+
</pre>
 
[[Category:Unofficial]]
 
[[Category:Unofficial]]

Revision as of 04:33, 17 December 2020

If you want a tracker for your Oakenshield

@create Oakenshield
@parent oakenshield = #10469

Then you run the following commands
+set pool = <the number of dice in your pool>
+set diff = <the diff of the cantrip>
+oak

This will roll <pool> dice against <diff>

+report will broadcast to the room the results of the roll.