Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Raycasting off, but still collides with weapons?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Raycasting off, but still collides with weapons? (Read 390 times)
Pew446
July 23, 2010, 07:57:50 AM
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
»
Ad Bot
Advertisement
herb
July 23, 2010, 08:29:28 AM
try doing
%this.Disappear(5);
%this.setRayCasting(0);
%this.schedule(5000,"setRayCasting",1);
Pew446
July 23, 2010, 09:27:18 AM
Quote from: herb on July 23, 2010, 08:29:28 AM
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?
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Raycasting off, but still collides with weapons?