function SetCheck takes ability a returns nothing
if ( not ( a == 'ANab' ) ) then
says
Comparing two variables of different primitive types is not allowed.
How do i fix this? lol. i just want to check if the ability is this specific ability
if ( not ( a == 'ANab' ) ) then
says
Comparing two variables of different primitive types is not allowed.
How do i fix this? lol. i just want to check if the ability is this specific ability