Click()
if(oview(1))
alert("Didn't work.")
else return
Problem description: Well, I want people to click on this certain object, but only from oview(1). However, it doesn't work. Maybe one of you gosu coders out there may know the way to do this.
ID:145870
![]() Nov 15 2005, 8:20 am
|
|
Code:
Click() Problem description: Well, I want people to click on this certain object, but only from oview(1). However, it doesn't work. Maybe one of you gosu coders out there may know the way to do this. |
![]() Nov 15 2005, 8:21 am
|
|
Click(mob/M in oview(1))
|
Click() O-matic |