13.09.2009, 18:23
This is only a warning. And what it says is that the defines for gates you used, like gate1 = CreateObject(blahblah) isn't being used. When you create a gate you only have to name it (like gate1 =) when your going to make it do something. So if you plan on making those gates move, you will do MoveObject(gate1,xpos,ypos,zpos,speed) and you wont get any warnings. Understand? lol

