Money Making Game: Difference between revisions
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…' |
The Money Making Game was removed from the game on August 26, 2019 and KoLmafia in r19512 |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Flink|int|mmg_bet_amount|int}} | The Money Making Game was removed from the game on August 26, 2019 and KoLmafia in r19512 | ||
These functions are no longer in the game.{{Flink|int|mmg_bet_amount|int}} | |||
{{Flink|string|mmg_bet_owner|int}} | {{Flink|string|mmg_bet_owner|int}} | ||
{{Flink|int|mmg_bet_owner_id|int}} | {{Flink|int|mmg_bet_owner_id|int}} | ||
Line 13: | Line 15: | ||
{{Flink|void|mmg_visit}} | {{Flink|void|mmg_visit}} | ||
{{Flink|int|mmg_wait_event|int}} | {{Flink|int|mmg_wait_event|int}} | ||
{{RFI|Please correct or note any mistakes I've made (please Veracity :P)}} | |||
All info on this page taken from [http://kolmafia.us/showthread.php?t=2289 here] and reworded as I could for standards. | |||
[[Category:Scripting]] |
Latest revision as of 18:04, 24 April 2021
The Money Making Game was removed from the game on August 26, 2019 and KoLmafia in r19512
These functions are no longer in the game.
string mmg_bet_owner( int )
string mmg_bet_taker()
string mmg_bet_taker_id()
int mmg_make_bet( int, boolean )
int [int] mmg_my_bets()
int [int] mmg_offered_bets()
boolean mmg_retract_bet( int )
int mmg_take_bet( int, boolean )
void mmg_visit()
Attention KoLmafia Experts!
We need your help; some details of this function's operation are unknown or unclear.
The following specific question has been raised:
- Please correct or note any mistakes I've made (please Veracity :P)
All info on this page taken from here and reworded as I could for standards.