Dysolis2009-02-05 06:49:24
Hi it's me again
Wondering if anyone out there has a pair of debate reflexes made for Cmud or not. Yep I know i'm lazy but hey it's the best way to do it.
Wondering if anyone out there has a pair of debate reflexes made for Cmud or not. Yep I know i'm lazy but hey it's the best way to do it.
Unknown2009-02-05 06:59:05
Erm, you don't really want reflexes for debating. Echoes would be far better.
Unless you mean the fasttalk affliction of course.
Unless you mean the fasttalk affliction of course.
Dysolis2009-02-05 19:30:29
QUOTE (Caerulo @ Feb 5 2009, 01:59 AM) <{POST_SNAPBACK}>
Erm, you don't really want reflexes for debating. Echoes would be far better.
Unless you mean the fasttalk affliction of course.
Unless you mean the fasttalk affliction of course.
Just something that randomizes mindsets.
Vathael2009-02-05 22:43:17
For mindsets I use :
#if (%1 = @current_mindset or %ismember( @debate_affs, %1)) {#case %dice( 1d3) {mindset analytical} {mindset cautious} {mindset pedantic}} {
~mindset %1
#t- Debater|@current_mindset
#var current_mindset %1
#t+ Debater|%1
}
#if (%1 = @current_mindset or %ismember( @debate_affs, %1)) {#case %dice( 1d3) {mindset analytical} {mindset cautious} {mindset pedantic}} {
~mindset %1
#t- Debater|@current_mindset
#var current_mindset %1
#t+ Debater|%1
}
Dysolis2009-02-06 04:13:03
thanks Vath!