Blockland Forums > Modification Help
Raycasting off, but still collides with weapons?
Pages: (1/1)
Pew446:
I have the raycasting off of a brick through %this.disappear(5);
but it still collides with something such as a... sword. Please help?
herb:
try doing
%this.Disappear(5);
%this.setRayCasting(0);
%this.schedule(5000,"setRayCasting",1);
Pew446:
--- Quote from: herb on July 23, 2010, 08:29:28 AM ---try doing
%this.Disappear(5);
%this.setRayCasting(0);
%this.schedule(5000,"setRayCasting",1);
--- End quote ---
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?
Pages: (1/1)