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?
