Has Anyone been able to remove door with explosives without using
this command "removeclass trigger"
this removes too much
any assistance would be greatly appreciated
m1l2a
Moderator: Moderators
Hi, try one of these 2 methods
removes all stuff that are supposed to be nuked
removes only your door
removes all stuff that are supposed to be nuked
Code: Select all
$exploder removeCode: Select all
for (local.i = 1; local.i < level.exploders+1; local.i++)
{
if (level.exploder[local.i].set == 100)
{
level.exploder[local.i] remove
}
}
end-
Lt.Audie L Murphy
- Lance Corporal
- Posts: 22
- Joined: Wed Feb 16, 2005 8:47 am
