Author Topic: Raycasting off, but still collides with weapons?  (Read 390 times)

I have the raycasting off of a brick through %this.disappear(5);

but it still collides with something such as a... sword. Please help?
« Last Edit: July 23, 2010, 08:13:54 AM by Pew446 »

try doing

%this.Disappear(5);
%this.setRayCasting(0);
%this.schedule(5000,"setRayCasting",1);

try doing

%this.Disappear(5);
%this.setRayCasting(0);
%this.schedule(5000,"setRayCasting",1);


I found it is actually my weapon, and not the brick. I never really tested a sword.

What part of the weapon script triggers raycasting?