Search found 2 matches

by seanb
Tue Oct 13, 2009 12:34 am
Forum: General Discussion
Topic: Warhammer 40k or Fantasy Wargame?
Replies: 61
Views: 11540

Re: Warhammer 40k or Fantasy Wargame?

Here's my Scatter macro. Just lay down the blast token on your target, make sure the blast token is selected, and then click this macro button: [h: Input( "AttackerBS|1|Attacker's BS" )] [h: Rawroll = 1d6] [h: ScatDice = IF(Rawroll < 3, "Dead On", "Scattered")] [h: Scat...
by seanb
Tue Oct 13, 2009 12:04 am
Forum: Macros
Topic: Trig and Maptools
Replies: 40
Views: 12608

Re: Trig and Maptools

This will pick a random angle between 1 and 90, and give you a good approximation of sine and cosine for that angle: [h: myAngle = 1d90] [h: myRadians = divide(myAngle, 57.2958)] [h: sinAngle = myRadians - divide(power(myRadians, 3),6)] [h: sinAngle = sinAngle + divide(power(myRadians, 5),120)] [h: ...

Go to advanced search