
Originally Posted by
ReDoc
Okay, I am just basing this off what you said.
Code:
#region
case "smokeweed":
{
Room.sendSaying(roomUser, "*Whoa, dats sum gud shit*"
refreshAppearance(true, true, true);
break;
}
#endregion
first and formost,
please use the "code" bb code..
second you havent finished hte command
Here is a fixed one
Code:
#region weed.
case "smokeweed":
{
Room.sendSaying(roomUser, "*Whoa, dats sum gud shit*");
refreshAppearance(true, true, true);
break;
}
#endregion
you forgot to finish the sendSaying