Thread: sword power?
View Single Post
  #1  
Old 03-05-2007, 01:22 AM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Question sword power?

I want a door to open only if a person with a level 2 sword touches it.
ive try stuff like:
PHP Code:
if (playertouchsme && player.swordpower 2) {
hide;

and ive tryed other stuff like:
PHP Code:
if (playertouchsme && player.swordpower = >100) {
hide;

just to test but i think im useing the wrong scripts x.x
can someone help me?
__________________
**FLIP OUT**
Reply With Quote