-
I want to learn what ~= or ~ means
-
I don’t know how to use them.
-
I have not looked for solutions yet.
Is ~ not
and is ~= not
or =
?
I want to learn what ~= or ~ means
I don’t know how to use them.
I have not looked for solutions yet.
Is ~ not
and is ~= not
or =
?
~= means not equal to, ~ means not
Yep, like NoTax said!
These are Conditional Structures.
Conditional Structures allow scripts to perform actions when specific conditions are met!
Ohhhh ok! Thx for the help. I will test it later today! I needed to know because im a advanced scripter and I still don’t know much things. Thanks for helping!
~=
basically means not equal to, the ~
means not
, but it can only be used for ~=, you have to use not
to check if something is not something, like checking if a value is false, you use if not boolean then
or if boolean ~= true then
If [this_x] (is not equal to) ~= [this_y] then
Yes, x ~= y
By the way, Should i keep my main post or should i change it?
What main post are you referring to?
Yea. Sorry if you couldn’t understand.