Dialog Help! +1 Rep!
#10

That warning means you've messed up single = and double ==.
In if-statements, to detect if something is equal to something else, use double ==.
To assign a value, use a single =.
Ex:
Quote:
new MyVariable;
MyVariable = 2;
if(MyVariable == 2)

Reply


Messages In This Thread
Dialog Help! +1 Rep! - by ChuckyBabe - 01.04.2015, 03:19
Re: Dialog Help! +1 Rep! - by SequenceCuz - 01.04.2015, 03:38
Re: Dialog Help! +1 Rep! - by ChuckyBabe - 01.04.2015, 03:43
Re: Dialog Help! +1 Rep! - by SequenceCuz - 01.04.2015, 03:45
Re: Dialog Help! +1 Rep! - by SequenceCuz - 01.04.2015, 03:48
Re: Dialog Help! +1 Rep! - by Infamous - 01.04.2015, 03:49
Re: Dialog Help! +1 Rep! - by ChuckyBabe - 01.04.2015, 03:52
Re: Dialog Help! +1 Rep! - by Infamous - 01.04.2015, 03:55
Re: Dialog Help! +1 Rep! - by ChuckyBabe - 01.04.2015, 03:57
Re: Dialog Help! +1 Rep! - by CalvinC - 01.04.2015, 08:43

Forum Jump:


Users browsing this thread: 4 Guest(s)