New Players

Chinner2

Member
Joined
Aug 10, 2011
Messages
25
Reaction score
5
Points
8
Ok I know I brought this up before forums went down, but I think new players should be sent automatically to the tutorial. I am aware there was a problem with this before, but with the new Tnt Wars I'm not sure if it will be able to work.
 

Gameprochampion

Got the moves like Jagger!
Joined
Aug 6, 2011
Messages
328
Reaction score
351
Points
63
It wouldn't work because last time we tried this it was interfering with the WoM -hax message.
The idea itself isn't too bad. If a new player logs on. Is their a way we can show something like saying Type Yes to go to our server Tutorial and learn how to play.
Or something along those lines. And its part of the joining message.
That way the -Hax is there. That way you don't go to the tutorial right away.
The idea if it still interferes can easily be modified.
 

Razinao

:_;
Joined
Aug 6, 2011
Messages
834
Reaction score
757
Points
63
The idea itself isn't too bad. If a new player logs on. Is their a way we can show something like saying Type Yes to go to our server Tutorial and learn how to play.
Yes.

[code]/gscmd if $points==0: getinput yn "If you want to go to the tutorial, type yes"[/FONT]
/gscmd if "$yn"=="yes": l tutorial
/gscmd if "$yn"=="Yes": l tutorial
/gscmd exit[/code]

"if $points==0" could always be changed to another form of detecting a new player.