Player
Documentation
Frontier
User's Guide
Chapter 5, Verbs
One Verb Per Page
Player.radioExists
Syntax
Player.radioExists(theRadio)
Parameters
theRadio is either a name or ID number.
Action
Determines if the indicated radio button exists.
Returns
True if it exists, false if not.
Examples
if Player.radioExists("Unformatted")
msg("do something")
if Player.radioExists(12)
msg("ID works")
Notes
- By default, Player matches only the number of characters specified in the verb parameter. This feature has the benefit of ignoring trailing punctuation, but will occasionally find a false match.
- By default, name matching is not case sensitive.
See Also
Player.getItemInfo
Player.getItemAttribute
Player.selectRadio
Player.setCompleteMatch
Player.outlineDialog
Keywords
query[4] dialogItems choices
screenCoordinates
Copyright 1993-99, PreFab Software, Inc. All Rights Reserved.
This site built and maintained using Stage Three, a set of custom Frontier scripts.