PDA

View Full Version : Really, Really Big Error



Ruroken
11-15-2006, 07:06 PM
well, when i run this script i get a runtime error, I think its in the door opener. Help :)

WT-Fakawi
11-15-2006, 08:31 PM
replace this:


If OpenDoorAngle(x,y,20000,7,1,'E',true,true)=true then


with this:


If OpenDoorAngle(x,y,20000,7,1,'E',true,true) then


I believe the correct syntax for the if condition followed by a = comparison is ( ) (brackets):


If (OpenDoorAngle(x,y,20000,7,1,'E',true,true) = true) then


but not entirely sure on that one....

Ruroken
11-16-2006, 02:50 AM
thanks :). Hopefully it will work now. Any opinion on the door opener as a script :p?

Ruroken
11-16-2006, 09:33 PM
didnt work....does this mean i gotta re write?

EDIT:Fixed....i'm a idiot....it was so simple