home *** CD-ROM | disk | FTP | other *** search
- if(_Y - "350" < getProperty("../../chevy1", _Y) and getProperty("../../chevy1", _Y) < _Y + "350")
- {
- if(_X + "350" >= getProperty("../../chevy1", _X) and getProperty("../../chevy1", _X) >= _X - "350")
- {
- set("../../:Punkte",eval("../../:Punkte") - "500");
- }
- }
-