Search results

  1. G

    My script suddenly stopped working

    Removing the space at the end seems to have fixed the problem. Thanks for the help!
  2. G

    My script suddenly stopped working

    The file was too big, so I had to break it up.
  3. G

    My script suddenly stopped working

    I can bring up my clan in my web browser, but I don't have a line like that when I log in.
  4. G

    My script suddenly stopped working

    Starting mafia and immediately running the above commands through the gCLI gives me the results from my previous post. It does the same thing when I run the commands via a script.
  5. G

    My script suddenly stopped working

    I used r20926 as well, but this is what I got: > ashq print(get_clan_name()); > ashq print(get_clan_id()); 0 > ashq print(get_player_id(my_name())); gumpy13 (#2036091), Because Gumpy29 was taken.. This player is currently online in channel games and listening to clan, dread...
  6. G

    My script suddenly stopped working

    And now it it's not working again. get_clan_id() still only ever equals zero and I'm not getting any value for get_clan_name() anymore. I haven't updated mafia at all, which makes me think this is something on KoL's end.
  7. G

    My script suddenly stopped working

    So apparently the script thinks get_clan_id() is 0. Changing the script to use the clan name to identify which clan I'm in rather than the clan ID makes it work again.
  8. G

    My script suddenly stopped working

    Sorry, I don't know what version it was that made it stop working. I've updated mafia since then to see if it would fix the problem but no luck.
  9. G

    My script suddenly stopped working

    I've been using this script for a long time and now all of a sudden it doesn't work anymore. It displays 'Now pledging your allegiance to Bonus Adventures from Hell.' over and over again (the script does put me in that clan so I know it's not failing to do that) and I know the problem is on...
Top