seipher187
Member
I need a detailed explaination on how to make npc's say random dialog ,using the variables and common event,i dont get how to make it random,it keeps saying all the text instead of one random one.
Action Button Being Pressed
Set Variable Random 1... 5(Name it random 1-5)
Conditional Branch random 1-5
Conditional Branch Random 1-5 equal 1
Blah Blah
else
Conditional Branch Random 1-5 equal 2
Blah Blah
else
Conditional Branch Random 1-5 equal 3
Blah Blah
else
Conditional Branch Random 1-5 equal 4
Blah Blah
else
Conditional Branch Random 1-5 equal 5
Blah Blah
else
else
006":2ce07gb4 said:I don't know a thing about vx, but if it's anything like XP do this.
Should work with VX... maybe.Code:Action Button Being Pressed Set Variable Random 1... 5(Name it random 1-5) Conditional Branch random 1-5 Conditional Branch Random 1-5 equal 1 Blah Blah else Conditional Branch Random 1-5 equal 2 Blah Blah else Conditional Branch Random 1-5 equal 3 Blah Blah else Conditional Branch Random 1-5 equal 4 Blah Blah else Conditional Branch Random 1-5 equal 5 Blah Blah else else