Reply to thread

Edits to the emulator itself :p

I added a collum in the users table called "noob", which is set to "1" by default.

When a user connects, an isNoob boolean is set to false by default, but if noob = 1, then it is set to true.

If isNoob == true, then the emulator makes the new room, and adds the furnis, then loads the room and sends the user to it, then sends them an alert.


I am yet to make a bot spawn in the room and chat to the user, instead of an alert.


Top