ID:145870
 
Code:
            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.

Click(mob/M in oview(1))
            Click()
if(locate (src) in orange(2))
alert("See, it works? THE NOES! IT ACTUALLY WORKS, THIS FRIGHTENS ME!
else return


O-matic
In response to O-matic
*cough* hate you :'( * cough*
In response to Mysame
Wow, simple enough. Thanks! :D
In response to Plagu3r
Well, when you click on the certain item that I was talking about in the last post, it opens up a new stat panel with various things. I am going to use these panels to tell the story, shop, job requests, etc. I need to know how to get rid of the statpanel upon movement.