Welcome to the Builder Academy

Question Color Codes not activating in Poofin/Poofout

  • Silvaria
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Writer, Builder, Artist, Newbie!Programmer
More
02 Apr 2013 01:02 #1764 by Silvaria
Just thought I'd bring it to someone's attention. I tested a poofin that was supposed to have color, and the code didn't activate.

I know there's been a big change recently with color codes and how they're handled. Not sure if this part was just overlooked in the switch. :)

Thanks for all your work, guys!

Began building in July, 2012.

Began learning C in July, 2013.

Downloaded ROM and TBAmud in August, 2013.

Conversion nearly complete.

Please Log in or Create an account to join the conversation.

More
03 Apr 2013 01:02 #1772 by Rumble
Code:
case 39: /* poofin */ if ((vict == ch) || (GET_LEVEL(ch) == LVL_IMPL)) { skip_spaces(&val_arg); + parse_at(val_arg); if (POOFIN(vict)) free(POOFIN(vict)); @@ -3141,6 +3142,7 @@ case 40: /* poofout */ if ((vict == ch) || (GET_LEVEL(ch) == LVL_IMPL)) { skip_spaces(&val_arg); + parse_at(val_arg); if (POOFOUT(vict)) free(POOFOUT(vict));

Rumble
The Builder Academy
tbamud.com 9091
rumble@tbamud.com

Please Log in or Create an account to join the conversation.

Time to create page: 0.158 seconds