talent

Returns the boolean true if the player has the talent, otherwise false.

talent(row,column) : boolean

Example

if talent(1,3) and enemy('target') then
return cast(FireFlame, 'target')
end

Note

If the player has not chosen any talent on the tier and there is one available, this will always return TRUE.