Commands Help

Status
Not open for further replies.

Meap

Don't need glasses if you C#
Nov 7, 2010
1,045
296
well
i want to add some new commands such as the zombie bit and addwanted etc
im not that good and have no exp in adding commands
so therefore i need someone to tell me where i add it
please help :)

[mod] Thread closed on request. [/mod]
 

Sujoyy

Member
Jan 21, 2011
147
1
Not sure if this works, but this is the zombie command. Coded by me :D

PHP:
#region :bite <user>
case "zombie":
case "bite":
case "throwup":
{
virtualUser User = userManager.getUser(args[1])
Room.sendShout(roomUser, "*Makes "  + User._Username + " a Zombie*");
User._Figure = hr-190-1225.lg-720-1028.he-1609-92.wa-2002-110.;
User._Mission = "I am infected! Watch out!";
User.refreshAppearance(false, false, true);
}
break;
#endregion

Oh and link to your RP ;D
 

Meap

Don't need glasses if you C#
Nov 7, 2010
1,045
296
i just need to know where abouts like what file in the emu i add it to and what under etc
is my link
 

Meap

Don't need glasses if you C#
Nov 7, 2010
1,045
296
OFT: 1. i dont know you 2. i dont hire people ive known for like 5 minutes

ONT: cant you just tell me where to add it?
 
Status
Not open for further replies.

Users who are viewing this thread

Top