Mmg bet taker id: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>Bale
mNo edit summary
imported>Bale
function template
Line 13: Line 13:
}}|
}}|


function_description=Returns the character ID of the player who took the last bet returned by [[mmg_wait_event|mmg_wait_event()]].|
function_description=Returns the character ID of the player who took the last bet returned by {{f|mmg_wait_event}}.|


needscode=yes|
needscode=yes|


see_also={{SeeAlso|mmg_wait_event}}|
see_also={{SeeAlso|mmg_wait_event}}|
special=Returns an empty string if no previous bet was returned by [[mmg_wait_event|mmg_wait_event()]].|
special=Returns an empty string if no previous bet was returned by {{f|mmg_wait_event}}.|
}}
}}


[[Category:Money Making Game]]
[[Category:Money Making Game]]

Revision as of 02:44, 5 November 2014

needs(code_samples);

Function Syntax

string mmg_bet_taker_id()

Returns the character ID of the player who took the last bet returned by mmg_wait_event().

See Also

mmg_wait_event()

Special

Returns an empty string if no previous bet was returned by mmg_wait_event().