Functions Documentation
View Function Edit Function
Name scrGetListEntry
Syntax (scrGetListEntry screen)
Argument List screen: The screen you want to get the currently selected list item from.
Returns listitem: the currently selected list item
Category input, screen
Description This function returns the currently selected list item from a screen.
Example
(and (scrGetListEntry gScreen) (geq (plyGetCredits gPlayer) 100))

Returns True if an entry is selected on gScreen and the player has more than 100 credits.
Comment