I'm sorry I'm bothering you again.
The effect I'm trying to achieve is “Draw a card, if it's an attack card add an extra 10 blcok”
I'd like to ask what's wrong with the way I'm writing this, it didnt work:
Select 1 of 1 from deck Top
If $dataSkills[SceneManager._scene._cardSelectionWindow.selectedCards()[0]._skillId]._cardTypes.includes("Attack")
Add Block +10
Move Selected to hand
Clear Selection