If you are soooo implied and interested with WoG, why don't you learn to script, join 3.59 team or HoTA so we can cry on you every day for screens? I don't understand why people which obviously are not interested how it works keep bashing on those who create it. Find another hobby until it is released.
Now, on topic:
A thing I discovered: generating a random value with R# does not work in TM triggering a battle:
!#TM18:S2/160/1/2;**tan player every day
!?TM18;
!!VRv655:S0;
!!VRv655:S0 R12; **generate a random value between 0 and 12
!!IF&v655=10:Q1/21/163/1^Ambush!^;
!!HE29&w34=3/v655=10:T1/1/1/62/2;
...etc
The script above is generating the SAME value every turn...
And now:
When using T (random value generating from the PC's internal clock) it solved the problem
!!VRv655:S0 T12
Any know why one works and the other not?
(This post was last modified: 25.05.2009 10:54 by Valery.)