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:
ID:827999
Jun 22 2012, 1:53 am
|
|
Code:
verb 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?