Money Making Game: Difference between revisions
Jump to navigation
Jump to search
imported>Bale cat |
imported>Bale mNo edit summary |
||
Line 16: | Line 16: | ||
All info on this page taken from [http://kolmafia.us/showthread.php?t=2289 here] and reworded as I could for standards. | All info on this page taken from [http://kolmafia.us/showthread.php?t=2289 here] and reworded as I could for standards. | ||
[[Category: | [[Category:Scripting]] |
Revision as of 09:03, 17 July 2010
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.