Thread: [DFX2] Is RaNDom truly random?
View Single Post
  #9  
Old 04-24-2016, 11:14 AM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

It just doesn't seem to work in DFBHD either Baldo - even with raw script like this.

Code:
if ontick 1 and never then
ssn2ssn 1 4
ssn2ssn 2 5
ssn2ssn 3 6
endif

if ticks 2 and random 4 and never then
v1 =0 else if rnd ==2 then
v1 =1 else if rnd ==3 then
v1 =2 else if rnd ==4 then
v1 =3
endif
endif
endif
endif

if past 9 and ticks 9 and random 5 and never then
if never and v1 ==1 then ssntowp 4 1 endif
if never and v1 ==2 then ssntowp 4 2 endif
if never and v1 ==3 then ssntowp 4 3 endif
endif

text# "v1 =" v1

Last edited by Guest001; 04-24-2016 at 02:04 PM.
Reply With Quote