fixed
fixed
Last edited by Riley H; 26-03-13 at 03:53 AM.
That thing with no confirmation is normal.
bumpp
buuuuump
Dissi, Nice to see someone going back in time...
Did you edit the correct section and are your commands correctly coded?
Yes I'm confident they are, and even they weren't that's not the issue. I've even tried merely tampering with the wording of pre-coded commands: i.e. changing the text the user recieves when typing a command and it's still not showing any sign that anything was ever changed even after debugging
Can you post the commands you are using?
#region :smokeweed
case "smokeweed":
{
Room.sendShout(roomUser, "*Carefully rolls marijuana into a joint and begins to smoke*");
Room.sendShout(roomUser, "*takes a puff*");
Room.sendShout(roomUser, "*takes one last puff, throws joint to ground and puts it out with foot*");
break;
}
#endregion
Last edited by Riley H; 31-03-13 at 08:21 PM.
Try this code..
A whole lot of errors there..might want to fix them, Make sure you're not adding to many {} aswel.Code:#region :smokeweed case "smokeweed": { Room.sendShout(roomUser, "*Carefully rolls marijuana into a joint and begins to smoke*"); Room.sendShout(roomUser, "*takes a puff*"); Room.sendShout(roomUser, "*takes one last puff, throws joint to ground and puts it out with foot*"); break; } #endregion
Thank you. I got a new emulator and it worked :)
No problem, good luck with your RP retro.