Code: Select all
set the GameScore of this card to the GameScore of this card + 1Code: Select all
set the TimestampList of button "Record Timestamp" to the TimestampList of button "Record Timestamp" & return & the timeThis same pattern of "set the X of Y to the X of Y with some modification" happens so often, I'd expect the language to provide a shortcut.
Code: Select all
add 1 to the GameScore prop[erty] of this card
put return & the time after the TimestampList prop of button "Record Timestamp"I could be missing some neglected bit of grammar, but even in the examples RunRev provides on the website, the repetitious form is still being used. Seems rather off-putting for beginners...
Just a suggestion.
