1
2
May 26 2008, 2:03 pm
In response to Garthor
|
|
You mean like /mob/clone = /mob/others/clone??
|
In response to Lundex
|
|
No.
|
In response to Garthor
|
|
.......Could you direct me to the right format??
|
In response to Lundex
|
|
In response to Garthor
|
|
so, selecting its type is var/mob/clone
|
In response to Lundex
|
|
Ok, I set mob/clone as type under area, but I still get errors.
runtime error: Cannot execute null.Move(). Hmm, I think something is still wrong... |
In response to Lundex
|
|
You need to ensure that clone is set to something. if(M.clone) is enough.
|
1
2