can you help me with this code it went wrong it says something about integer and DWORDS help!!!
Sync On : Sync Rate 0
Do
if Button(20,55,\"Enter Uni\")=1 then Goto New_Game
if button(20,135,\"Exit Game\")=1 then End
sync
loop
New_Game:
Sync On : Sync Rate 0
Do
if Button(20,55,\"Steven C\")=1 then Goto \"Steven_C\"
if button(20,95,\"Nikki A\")=1 then Goto \"Nikki_A\"
if button(20,135,\"Christina F\")=1 then Goto \"christina_f\"
if button(20,175,\"Simon M\")=1 then Goto \"Simon_M\"
if button(20,215,\"Raj S\")=1 then Goto \"Raj_S\"
if button(20,255,\"Mark H\")=1 then Goto \"Mark_H\"
if button(20,295,\"Cassie F\")=1 then Goto \"Cassie_F\"
if button(20,335,\"Ben T\")=1 then Goto \"Ben_T\"
if button(20,375,\"Sarah O\")=1 then Goto \"Sarah_O\"
if button(20,415,\"Tom N\")=1 then Goto \"Tom_N\"
if button(20,455,\"Jamie D\")=1 then Goto \"Jamie_D\"
if button(20,495,\"Sophie R\")=1 then Goto \"Sophie_R\"
if button(20,535,\"Douglas B\")=1 then Goto \"Douglas_B\"
if button(20,575,\"Hannah W\")=1 then Goto \"Hannah_W\"
if button(20,615,\"Georgina B\")=1 then Goto \"Georgina_B\"
if button(20,655,\"Lord Moose\")=1 then Goto \"Lord_Moose\"
if button(20,695,\"Shaani A\")=1 then Goto \"Shaani_A\"
if button(20,735,\"Jenny B\")=1 then Goto \"Jenny_B\"
if button(20,775,\"Exit Game\")=1 then End
sync
Loop
Steven_C:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Nikki_A:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Christina_F:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Simon_M:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Raj_S:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Mark_H:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Cassie_F:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Ben_T:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Sarah_O:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Tom_N:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Jamie_D:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Sophie_R:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Douglas_B:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Hannah_W:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Georgina_B:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Lord_Moose:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Shaani_A:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
Jenny_B:
Sync On : Sync Rate 0
DO
Print \"Under Construction\"
make object Button(20,135,\"Enter Uni\")=1 then Goto New_Game
im a noob which ways up?