Search results

  1. P

    O.G.R.E: Online Generic Randomizer Engine

    Haven't given up. Just got hit with summer stuff :)
  2. P

    O.G.R.E: Online Generic Randomizer Engine

    that must be something new. I've used dice scripts in loops before and it worked fine. Tried to find an example but didn't get a chance...
  3. P

    O.G.R.E: Online Generic Randomizer Engine

    Something else I thought of that might cause the issue is whatever the process is that runs the switch (or other functions) in order to generate the preview view of the table. Just a thought
  4. P

    O.G.R.E: Online Generic Randomizer Engine

    so far yes. I know that for our Central Castings tables we are creating both Bagpuss and I are using a LOT of switch commands.
  5. P

    O.G.R.E: Online Generic Randomizer Engine

    I got the 502 error again. I did have a typo in a {switch} on one entry. Could it be part of the error checking to do with switches? I fixed the error and it worked fine.
  6. P

    O.G.R.E: Online Generic Randomizer Engine

    Actually, that's almost the exact behavior I've seen too. Hitting save and get the error, go back and I get ONE chance to make any corrections. If I get a 502 error a second time, it will clear all but the first two lines of the table and I have to start from scratch. And I recall making edits...
  7. P

    O.G.R.E: Online Generic Randomizer Engine

    Is there anything going on with the OGRE site lately? Last couple of days when I try to save a table I get a 502 error. I sometimes have to re-create the ENTIRE table 3 or 4 times before I can get it to save. In one case, I had to add a couple lines, save it, add a couple more, save it, etc...
  8. P

    O.G.R.E: Online Generic Randomizer Engine

    Oops. Must have missed that post. I take it this means no one has taken you up on compiling requests? If you have no takers by Monday I MIGHT be able to free up some time to do that. Can't commit right now, but possible.
  9. P

    O.G.R.E: Online Generic Randomizer Engine

    That's too bad... That would have been a great tool. What about, as a work-around to get the same result, if you had a second table that was identical to the first? Then the d10 result would just call the duplicate table (with possible adjustments). In fact, if there was a way to "Copy" or "Save...
  10. P

    O.G.R.E: Online Generic Randomizer Engine

    Will the input values be able to be inputed from another generator or vice versa? LOVE this option.
  11. P

    O.G.R.E: Online Generic Randomizer Engine

    Is the list of functions available listed in the Wiki complete? For example, are there any other scripts (such as the dice script) that can be used but aren't listed anywhere?
  12. P

    Heroes of Legend

    For keeping track of tables that are in progress completed or need working on. <tbody>Table Number Table Name OGRE Refrence Completed Links not yet complete Notes 101 Character Race {Pelldom(101)} Yes Random race of the PC really? Added Gnomes 101-21 Other Races {Pelldom(101-21)} Yes Internal...
  13. P

    O.G.R.E: Online Generic Randomizer Engine

    Oops! yeah, that would be it :) Damnit Jim, I'm a gamer not an Enlighsh Teacher!
  14. P

    O.G.R.E: Online Generic Randomizer Engine

    Never used Chrome... does it have a function like compatibility mode? That might be the issue. Some sort of enhanced rendering tool or something similar?
  15. P

    O.G.R.E: Online Generic Randomizer Engine

    Can I request a new category for tables and generators? Bagpuss and I have begun a project to revive the amazing (and Long out of print) resource "Central Casting: Heros of Legend" book into OGRE. It seems like a natural connection. However it will require us to create a LOT of tables and...
  16. P

    O.G.R.E: Online Generic Randomizer Engine

    I've seen this before myself. Are you using Internet Explorer? If so switch the compatibility mode on or off, depending what you have it set to now. I've seen this exact thing a couple times now and switching the Compatibility mode always fixes it.
  17. P

    O.G.R.E: Online Generic Randomizer Engine

    Yes you can. You can have a 1d- anything. In fact both numbers on either side of the 'd' can be whatever you want. As for the second question, unfortunately, its one line added at a time :(although that does bring up a feature request: move the "add line" button to the top of the list please...
  18. P

    O.G.R.E: Online Generic Randomizer Engine

    Good news, bad news: Bad News first: that didn't work. I still got an output that looks like the script. Good News second: you gave me an inspiration and was able to find out how to fix it! This is the final formula: {$qual: {1d5}}{print: $qual} Drinks: {loop: {1d3-1}} {Pelldom(Ales)}...
  19. P

    O.G.R.E: Online Generic Randomizer Engine

    That actually makes total sense! Thanks. Years ago I started doing a huge amount of work on a program called Tavern Creator and have loads and loads of data on medieval food/drink. For years I had been holding on to this data. SOOOOO glad a friend pointed this tool to me so that I can input it...
  20. P

    O.G.R.E: Online Generic Randomizer Engine

    Ok, in regards to my previous issue then, is there anything wrong with the syntax of my previous issue? {$qual: {1d5-2}} Drinks: {Pelldom(Ales)} {2d2+$qual} sp. Also, I'm having difficulty grasping the syntax for the IF statements. Don't suppose there are any examples of that I could see to...
Top