the boss not sure why its nt working i have my npc set up like this.
[@main]
#SAY
Hello Matey, Are you new to this server?\
<Yes/@yes>--<No/@exit>
[@yes]
#SAY
ok well i have a lil quiz for you tht could earn you ElitePoints\
would you like to take part?\
<Yes please/@next1>--<no thanks/@exit>
[@next1]
#SAY
ok this is whats going to happen\
im going to play you a sound clip from a movie\
and youve got to guess which movie\
are you ready?\
<yes gogogo/@q1>--<no/@exit>
[@q1]
#ACT
RUNSOUND 148
#SAY
So what film is it ?\
<Cindergarden Cop/@q1c>--<Predator/@q1w>
[@q1c]
#ACT
GAMEPOINT + 1
SENDMSG 6 "You were awarded 1 ElitePoint, you now have <$GAMEPOINT> ElitePoints."
#SAY
Congratulations you got 1 question correct\
\
<Next question/@q2> Please\
[@q1w]
#SAY
sorry wrong answer\
NextQuestion/@q2> Please\
[@q2]
#ACT
RUNSOUND 149
#SAY
So what film is it ?\
<Rocky3/@q2c>--<Kickboxer/@q2w>
[@q2c]
#ACT
GAMEPOINT + 1
SENDMSG 6 "You were awarded 1 ElitePoint, you now have <$GAMEPOINT> ElitePoints."
#SAY
Congratulations you got 1 question correct\
\
<Next question/@q3> Please\
[@q2w]
#SAY
sorry wrong answer\
NextQuestion/@q3> Please\
[@q3]
#ACT
RUNSOUND 150
#SAY
So what film is it ?\
<Terminator/@q2c>--<TotalRecall/@q2w>
[@q3c]
#ACT
GAMEPOINT + 1
SENDMSG 6 "You were awarded 1 ElitePoint, you now have <$GAMEPOINT> ElitePoints."
#SAY
Congratulations you got 1 question correct\
\
<Next question/@q4> Please\
[@q3w]
#SAY
sorry wrong answer\
NextQuestion/@q4> Please\
[@q4]
#ACT
RUNSOUND 151
#SAY
So what film is it ?\
<Rocky3/@q2c>--<Kickboxer/@q2w>
[@q4c]
#ACT
GAMEPOINT + 1
SENDMSG 6 "You were awarded 1 ElitePoint, you now have <$GAMEPOINT> ElitePoints."
#SAY
Congratulations you got 1 question correct\
\
<Next question/@q5> Please\
[@q4w]
#SAY
sorry wrong answer\
NextQuestion/@q5> Please\
[@q5]
#ACT
RUNSOUND 152
#SAY
So what film is it ?\
<Rocky3/@q2c>--<Kickboxer/@q2w>
[@q5c]
#ACT
GAMEPOINT + 1
SENDMSG 6 "You were awarded 1 ElitePoint, you now have <$GAMEPOINT> ElitePoints."
#SAY
Congratulations you got 1 question correct\
\
The Quiz is complete

\
<cool thanks bye/@exit>
[@q5w]
#SAY
sorry wrong answer\
The Quiz is complete

\
<cool thanks bye/@exit>