AnishaDawn Posted March 14, 2021 Share Posted March 14, 2021 PlayerLevel >= 1; is if the player's level is greater than or equal to 1. If it were > 1 instead, then it wouldn't do anything if the level is exactly 1(I think). Therefore, the OP wants to also include the default level in the condition check. Link to comment Share on other sites More sharing options...
NexusComa2 Posted March 14, 2021 Share Posted March 14, 2021 (edited) The questioning wasn't for how the check was done ... more of a why would it even be needed at all. If it has said >=2 or anything higher I could see it. But the player starts out as level 1. That condition will always be true. There is no need at all to even include that as part of the script unless they wanted to check for higher than level 1. Edited March 14, 2021 by NexusComa2 Link to comment Share on other sites More sharing options...
Recommended Posts