Moving Gate [Help]
#5

The whole code shown makes no sense at all. Not when used standalone. You are using a double assignment (which is a check) and end it with a semicolon. Also, the fish hooks are only to indicate a block of code. I take it you want to set a variable which has to be done like this:

array[delimiter] = value;

In your case: open[0] = true; // indicating that the array open, the first item is set to true.
Reply


Messages In This Thread
warning 215: expression has no effect [Gates] - by MrPlatinum - 01.10.2012, 14:38
Re: Moving Gate [Help] - by trapstar2020 - 01.10.2012, 14:57
Re: Moving Gate [Help] - by newbienoob - 01.10.2012, 14:59
Re: Moving Gate [Help] - by MrPlatinum - 01.10.2012, 15:00
Re: Moving Gate [Help] - by mamorunl - 01.10.2012, 15:00
Re: Moving Gate [Help] - by MrPlatinum - 01.10.2012, 15:03
Re: Moving Gate [Help] - by trapstar2020 - 01.10.2012, 15:04
Re: Moving Gate [Help] - by mamorunl - 01.10.2012, 15:07
Re: Moving Gate [Help] - by Vince - 01.10.2012, 15:11
Re: Moving Gate [Help] - by mamorunl - 01.10.2012, 15:15

Forum Jump:


Users browsing this thread: 2 Guest(s)