GameGuy's Questlog Config Program [V 2.3] [Bug Fixes]

Started by mroedesigns, July 21, 2011, 02:35:43 am

Previous topic - Next topic

G_G

@Fut: Try delete the spaces in front of that line. @Mroe: Are you generating spaces with your program or actual tabs?

mroedesigns

Quote from: Futendra on January 17, 2012, 03:47:28 am
EDIT: When you generate the script, it generates it twice (probably if pushed twice)


Yeah, I forgot to have it clear that textbox.  :facepalm: Make sure its empty before you generate the script.

And I'm using spaces, not tabs.

Futendra


G_G

January 17, 2012, 08:58:33 am #23 Last Edit: January 17, 2012, 09:00:11 am by game_guy
I cannot for the life of me figure out why its giving syntax errors. I makes no sense at all.

EDIT: Oh! The description!
  def self.qdescription(id)
    case id
    when 1 then return "Test"
    end
    return " # only one set of quotations.
  end

Futendra

Quote from: game_guy on January 17, 2012, 08:58:33 am
I cannot for the life of me figure out why its giving syntax errors. I makes no sense at all.

EDIT: Oh! The description!
  def self.qdescription(id)
    case id
    when 1 then return "Test"
    end
    return " # only one set of quotations.
  end



I fixed that and still get errors??

G_G


mroedesigns

January 17, 2012, 02:57:30 pm #26 Last Edit: January 17, 2012, 03:34:33 pm by mroedesigns
Weird.. I wonder why it's doing that for you, but not for GG?  :???:

I'll look into it

Edit ::

Weird that you didn't get errors from that yesterday GG, but it's all fixed now. So is the error with it printing the script twice.

Futendra

January 17, 2012, 03:39:30 pm #27 Last Edit: January 17, 2012, 03:43:29 pm by Futendra
Quote from: mroedesigns on January 17, 2012, 02:57:30 pm
Weird.. I wonder why it's doing that for you, but not for GG?  :???:

I'll look into it

Edit ::

Weird that you didn't get errors from that yesterday GG, but it's all fixed now. So is the error with it printing the script twice.


There is a bug with loading, it messes up the order

Now I get an error at line 278 which is:

    text.each_index {|i|

mroedesigns


Futendra

Quote from: mroedesigns on January 17, 2012, 03:51:56 pm
:facepalm: I'm too tired to be doing this.

Try 2.3


Now it only loads 1...


Im going to sleep so leave it for tomorrow :)

mroedesigns

 :???: I just tried it and it's loading all of them for me. Did you skip any IDs?