ruby-warrior icon indicating copy to clipboard operation
ruby-warrior copied to clipboard

Actions in functions: get error about only one action per turn

Open Person-93 opened this issue 9 years ago • 0 comments

I tried to call warrior.bind! from a method of a class that I defined, but it only worked once. When it got to turn two, I got an error stating that I can only perform one action per turn.

(eval):2:in 'bind!': Only one action can be performed per turn. (RuntimeError)

I was playing level 3 in the intermediate tower.

When I changed it so that it was calling warrior.bind! directly from play_turn it worked.

The code is attached. player.rb.txt

Person-93 avatar May 22 '16 03:05 Person-93