ID:827999
 
Code:
    verb
select()
if(Player1selected == FALSE)
Player1selected = TRUE
client.mob = new Selection
loc=locate(1,1,1)



if(Player2selected == FALSE)
Player2selected = TRUE
client.mob = new Selection
loc = locate(9,4,1)


Problem description:

Sorry, need a little more to go on here.

Error messages, whats not working etc?
And you probably meant to relocate the selection, not the object of the verb, though I am unsure?
error I'm having is happening around client.mob = new selection. I'm attempting to use a list to create the clients mob in the game once they have it selected.