Ambrosia Garden Archive
    • Bank transfer incomplete?

      3 3 298

      I've accepted an "esteemed colleague wishes to make a donation" mission. I've hacked into the bank, transferred the exact amount of credits to the exact account at the specified receiver bank listed in the mission eMail. I've deleted the record of transfer from the bank statement and covered my tracks back at NIC, but when I respond to the mission's eMail, they keep telling me the transfer has not taken place and the mission is incomplete....
      So I worked it backward. I transferred the money back into the account, re-transferred it to the mission account and responded to the mission eMail WITHOUT removing the statement of transfer log, and STILL I get mission incomplete responses. What's the story here?
      Weird.

      GhostNTMachine

      ------------------

    • Your error is that you are deleting the transfer logs. Your employer can't tell that the transfer has happened if you delete those before you reply to the mission.

      'glove

      ------------------
      Compilers - the ultimate god games.
      (edit) I wish there was a preview feature on this board. (/edit)

    • You did it almost right the second time...

      Try deleting the logs on both servers that state you transferred the money back to the first account, the ones that were created before you did the re-transfer.

      ------------------
      #include <stdio.h>
      char a(16)(33);int main(){int i,j;for(i=0;i<16;i++){for(j=0;j<33;j++){a(i)(j)=((a(i-1)(j-1)!=a(i-1)(j+1)&& j<32&& j>0&& i>0)| |(i==0&& j==16))?'*':' ';printf("%c ",a(i)(j));}printf("n");}}