selecting with a hud cursor in Developer Help
|
|
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:
|
Error messages, whats not working etc?
And you probably meant to relocate the selection, not the object of the verb, though I am unsure?