Difference between revisions of "Money Making Game"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
(Created page with '{{Flink|int|mmg_bet_amount|int}} {{Flink|string|mmg_bet_owner|int}} {{Flink|int|mmg_bet_owner_id|int}} {{Flink|string|mmg_bet_taker}} {{Flink|string|mmg_bet_taker_id}} {{Flink|in…')
 
imported>StDoodle
m
Line 13: Line 13:
 
{{Flink|void|mmg_visit}}
 
{{Flink|void|mmg_visit}}
 
{{Flink|int|mmg_wait_event|int}}
 
{{Flink|int|mmg_wait_event|int}}
 +
{{RFI|Help me obi-wan Veracity, you're my only hope.|Seriously, does anyone else know how all of these work?}}

Revision as of 15:31, 12 March 2010

int mmg_bet_amount( int )

string mmg_bet_owner( int )

int mmg_bet_owner_id( int )

string mmg_bet_taker()

string mmg_bet_taker_id()

int mmg_bet_winnings()

int mmg_make_bet( int, boolean )

int [int] mmg_my_bets()

int [int] mmg_offered_bets()

boolean mmg_retract_bet( int )

void mmg_search( int, int )

int mmg_take_bet( int, boolean )

void mmg_visit()

int mmg_wait_event( int )

Attention KoLmafia Experts!

We need your help; some details of this function's operation are unknown or unclear.

The following specific questions have been raised:

  • Help me obi-wan Veracity, you're my only hope.
  • Seriously, does anyone else know how all of these work?