Home room

Status
Not open for further replies.

Nevada

Member
Oct 16, 2011
63
3
Does anyone know how to set the home room so that all new users are given the same home room? I did it in phx CF but can't seem to figure it out in rev. Would appreciate any help :)

Thanks
 

Endo

Member
Jan 8, 2011
59
9
Go to your database, Go to users, Design the Users Tables, Then find home_room, then change the default to the room_id of your room you want to be the home room. Save and Restart Emulator. Now Alter this Code to the room_ID

Code:
UPDATE users SET home_room ='ROOMIDHERE!'

Then Restart the Emulator and that should do it.
 

Endo

Member
Jan 8, 2011
59
9
Right click on your "users" table and click "Design table". Then find home_room. Click it and it will say Default below. Type the room_id in there. Then press CTRL + S to save. Doooneee
 
Status
Not open for further replies.

Users who are viewing this thread

Top