Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Java by Lubos ( 15 years ago )
public GameState execute(Game game){
 
        GameImpl hra=(GameImpl) game;
     
        if(!wasUsed){
         if(this.getParams().equals("BALKON")
            ||this.getParams().equals("IZBA")
            || this.getParams().equals("PLAZ")
            || this.getParams().equals("MORE"));
               wasUsed=true;} 
        
            System.out.println("Este nemas vsetky predmety!");
            return GameState.PLAYING;
  
    
        hra.setCCurrentRoom(this.getParams());
        return GameState.PLAYING;
    
    }

 

Revise this Paste

Children: 27008
Your Name: Code Language: