you could fix it for me i would be so happy
im trying to make it. so if you say "password" it opens
a specified dyn_wall and if your 2 tiles away from it. it does not work. the name of the dyn_wall would be 'admindoor' so if you could i would love you.

1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
addhook("say"trigger")
function say(txt,trigger)
if txt == "password" then
if func_dynwallname == "admindoor" then
parse("trigger..func_dynwall "admindoor")
end
return 1
end
end
Error with a script
1 
Offline
Dovahkin