Search results

  1. S

    Mafia stopped working, and I'm out of ideas.

    So... I went on vacation over christmas, and before I left, I cut the power to everything in the apt to save energy. I changed NOTHING ELSE. When I got home, I switched on the power, tried to run Mafia, and... nothing. Tried the .jar file... and nothing. Didn't run, didn't give an error...
  2. S

    Choice adventure data?

    Hi all, I was wondering if anyone could tell me how/where Mafia stores info on choice adventures? For example, where are the 'spoilers' for each choice kept? Similarly, is there a listing of what choice adventures occur in each zone (I mean like a data table - where does Mafia pull the info...
  3. S

    visit_url() caching issues?

    So here's a funny problem. The following code retrieves and compares the lengths of two wiki pages: void main(){ string SS = "http://kol.coldfront.net/thekolwiki/index.php/The_Sonata_of_Sneakiness"; string SSE =...
  4. S

    Recursion issue with maps

    There was a forum topic here a while back regarding frame issues when doing recursion. I appear to be having the same problem, but with maps rather than variables. The following code: void recur(int[int] passed_map, int iteration); void main(){ int[int] map; map[1] = 1; recur(map, 0); }...
  5. S

    item_type() for spleen items?

    Hi all! So, I can call item_type() for a food item and it returns "food", likewise it returns "booze" for any drinks. Is there a reason it returns nothing for spleen items? Is there a way to test whether an arbitrary item is a spleen item? I'm doing some work on a basement -diving script and...
Top