Creates an object.
A list of properties may optionally be specified during object creation.
Syntax:
createObject name=[object]
createObject name=[object] ; [property]=[value] ; [property]=[value] ; [property]=[value]
Examples:
createObject name=score ; xpos=2 ; ypos=2 ; textLabel=score: $score$ ; font=ne55c
createObject name=viewport ; xpos=1 ; ypos=1 ; width=88 ; height=56 ; focusObjects=player1:player2