yojimbos_law

readability is dead

Aug 7th, 2018
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. if(group_string(some_session_log[i],"You acquire( an item:)? (.*?)( \\((\\d+)\\))?$")[0][4] == ""){
  2. item_lines[1][i] = group_string(some_session_log[i],"You acquire( an item:)? (.*?)( \\((\\d+)\\))?$")[0][2];
  3. }
  4. else{
  5. item_lines[group_string(some_session_log[i],"You acquire( an item:)? (.*?)( \\((\\d+)\\))?$")[0][4].to_int()][i] = group_string(some_session_log[i],"You acquire( an item:)? (.*?)( \\((\\d+)\\))?$")[0][2];
  6. }
Advertisement
Add Comment
Please, Sign In to add comment