here this would work ....
NPC Code:
NPC Code:
if (weaponfired && strcontains(#L,levelname.graal) && x=3 && y=3) {
setlevel levelname2.graal;
}
you wouldn't need to have 'isweapon' part because if the player is firing the weapon it is obviously the weapon he has ...