Results 1 to 2 of 2

Thread: Randoms Solver Question

  1. #1
    Join Date
    Jun 2012
    Location
    Oakland California
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Randoms Solver Question

    So I understand that in order for the RandomSolver to work you must set the nick correctly. But what if the script that is being used doesn't include nick. for example if it looks like this:

    procedure P07_DeclarePlayer;
    begin
    P07_Playername:= username;
    P07_PlayerPass:= password;
    end;

    Some other scripts have the nick part added so it looks like this:

    procedure DeclareThings;
    begin
    NumberOfPlayers(1);
    CurrentPlayer := 0;
    Players[0].Name := TEdit0.TEXT ;
    Players[0].Pass := TEdit2.TEXT ;
    Players[0].Nick := TEdit1.TEXT;
    Players[0].Active:= True;
    Players[0].Pin:= Tedit3.TEXT ;

    If the Script I'm using doesn't include the nick part does that mean it can't solve randoms? Is there a way i can get it to solve randoms?
    Last edited by Cwil; 04-13-2013 at 06:43 PM.

  2. #2
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    It can't solve talking randoms if you don't have that in there. Also it can't solve them if you use the unofficial include - must use the official one

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
  •