24.12.2012, 11:55
case 1 is strange.
if player fRank1 is equal or higher than 1, return message 'not high enough rank'?
edit: DarkRain's case 0 is correct, you missed the brackets at the if check.
but his case 1 is incorrect, since the if check is directly followed by a return statement.
if player fRank1 is equal or higher than 1, return message 'not high enough rank'?
edit: DarkRain's case 0 is correct, you missed the brackets at the if check.
but his case 1 is incorrect, since the if check is directly followed by a return statement.