well, when i run this script i get a runtime error, I think its in the door opener. Help :)
Printable View
well, when i run this script i get a runtime error, I think its in the door opener. Help :)
replace this:
with this:PHP Code:If OpenDoorAngle(x,y,20000,7,1,'E',true,true)=true then
I believe the correct syntax for the if condition followed by a = comparison is ( ) (brackets):PHP Code:If OpenDoorAngle(x,y,20000,7,1,'E',true,true) then
but not entirely sure on that one....PHP Code:If (OpenDoorAngle(x,y,20000,7,1,'E',true,true) = true) then
thanks :). Hopefully it will work now. Any opinion on the door opener as a script :p?
didnt work....does this mean i gotta re write?
EDIT:Fixed....i'm a idiot....it was so simple