[RP] Running Void [SLEDMORE]

Status
Not open for further replies.

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,906
Hi,

This is my smallest release, But I have had several people asking me for this, so here we are, a simple running void..


THIS ONE IS FOR TDBP (RASTAS EMULATOR).

Code:
        public void Run()
        {
            {
                roomUser.statusManager.addStatus("mv", roomUser.X + "," + roomUser.Y + "," + Room.sqFLOORHEIGHT.ToString().Replace(',', '.'));
            }
        }

Where do I put this?
1) Search for " internal void Disconnect()" (with no quotes).
2) Under it, add the void above!
3) Done!

But whaaa?
Right, on a command you want to run on, Just add this; "Run();" (with no quotes).

Such as the workout command, This does work and is slightly buggy, But it does the trick ;).

THIS ONE IS FOR NON-TDBP (CALEBS EMULATOR - Phoenix Emulator 2.0).

Code:
        public void Run()
        {
            {
                roomUser.statusManager.addStatus("mv", roomUser.X + "," + roomUser.Y + "," + Room.sqFLOORHEIGHT.ToString().Replace(',', '.'));
            }
        }

Where do I put this?
1) Search for " internal void Disconnect()" (with no quotes).
2) Under it, add the void above!
3) Open up, virtualRoom.cs
4) Search for " private byte[,] sqFLOORHEIGHT;" (No quotes).
5) Change it to " public byte[,] sqFLOORHEIGHT;" (No quotes).
6) Done!

But whaaa?
Right, on a command you want to run on, Just add this; "Run();" (with no quotes).

Such as the workout command, This does work and is slightly buggy, But it does the trick ;).

Click the thanks button if you like this/it helped you.

- Cheers.
 
Status
Not open for further replies.

Users who are viewing this thread

Top