Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Xubera
Forum: General Authoring Discussion 10-23-10, 12:45 PM
Replies: 2
Views: 4,255
Posted By Xubera
if the score is a string ( logic tells me its a...

if the score is a string ( logic tells me its a number, but okay) then string == 2 wont work. because "2" does not equal 2.

you could do

score == "2" or tonumber(score) == 2, but worst case, add...
Showing results 1 to 1 of 1