Advertisement
mystickdreamer

Untitled

Nov 27th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.48 KB | None | 0 0
  1. else if (!strcmp(tag, "Act ")) {
  2.                         if (sscanf(line, "%s %s %s %s", f1, f2, f3, f4) == 4) {
  3.                             PLR_FLAGS(ch)[0] = asciiflag_conv(f1);
  4.                             PLR_FLAGS(ch)[1] = asciiflag_conv(f2);
  5.                             PLR_FLAGS(ch)[2] = asciiflag_conv(f3);
  6.                             PLR_FLAGS(ch)[3] = asciiflag_conv(f4);
  7.                         } else
  8.                             PLR_FLAGS(ch)[0] = asciiflag_conv(line);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement