QUOTE
I was gonna say, I need a quest for a person so that they must turn in 3 of X, 2 of Y, and 1 of Z, and their reward will be: X.
Something like that.
You need to do it just like this....
CODE
@> Conditional Branch : script : $game_party.item_number(x) >= 3
@> Conditional Branch : script : $game_party.item_number(y) >= 2
@> Conditional Branch : script : $game_party.item_number(z) >= 1
You got your reward !!!!
@> Else
Jump to Label : noreward
@> Branch End
@> Else
Jump to Label : noreward
@> Branch End
@> Else
Label : noreward
Come back when u have them !!!
@> Branch End
This post has been edited by Kuro Creator: Oct 29 2010, 04:20 AM