Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ERROR
drunkmonk Offline
Member

Posts: 109
Threads: 7
Joined: Jun 2012
Reputation: 4
#2
RE: ERROR

your just missing a " at the end of your up_machine_lever_+i
this should fix it. Smile
for(int i=1;i<=6;i++){
AddLocalVarInt("up_value", GetLocalVarInt("up_machine_lever_"+i));
AddLocalVarInt("down_value", GetLocalVarInt("down_machine_lever_"+i));
}
}
08-01-2012, 07:40 PM
Find


Messages In This Thread
ERROR - by skatekai - 08-01-2012, 07:23 PM
RE: ERROR - by drunkmonk - 08-01-2012, 07:40 PM



Users browsing this thread: 1 Guest(s)