Search results

  1. P

    Trouble with structures

    1) I found an example somewhere that implys this code should work. Anyone know what I'm doing wrong? struct MyStruct { int myInt; } void main() { MyClass test; test.myInt = 5; } I'm getting this error "Expected ;, found { (test.ash, line 2)" 2) Is there a way to ask mafia what a...
  2. P

    How do I access Session Results from an ash asript?

    I'm trying to write a script that auto-collects hobo parts. Mafia know when a hobo is overkiled because it can see that a hobo part wad dropped. I can see it appear in the Session Results tab. Is there any way to find out how many mafia thinks I have from inside an ash script?
Top