Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Add GE dialogs to EnterAmountDialog

Joined
Dec 31, 2015
Messages
602
Code:
private Pattern[] patterns = new Pattern[] {

  Regex.getPatternForExactString("Enter amount:"),

  Pattern.compile( "How many do you wish to buy?" ),

  Regex.getPatternForExactString( "Set a price for each item:" )
}
The second one will need changing I don't know exactly how but its something along the lines of "^How many do you wish to (buy|sell)\?$" I guess, but im shit at regex so ya know ill let you sort that out

@Party
 
Last edited:
Top