Results 1 to 2 of 2

Thread: I'm doing something wrong here..

  1. #1
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default I'm doing something wrong here..

    Code:
    procedure RandomEvent;
    begin
    if(FindTalk) then
    begin
      //SolveTalkingRandom(FindTalk): true;
    end
    else
    begin
    Writeln('Random Event cannot be solved, panic logout.');
    end
    end;

    NVM found the error im retarded.

  2. #2
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by Linus View Post
    Code:
    procedure RandomEvent;
    begin
    if(FindTalk) then
    begin
      //SolveTalkingRandom(FindTalk): true;
    end
    else
    begin
    Writeln('Random Event cannot be solved, panic logout.');
    end
    end;

    NVM found the error im retarded.
    Lol. At least you were able to retrace your steps and find your problem. Lots of people dont do that. Kudos.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •