Frictional Games Forum (read-only)

Full Version: How to remove Tinderboxes?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I used the "RemoveItem" function to try and remove tinderboxes... but it doesn't work. Is it even possible to remove tinderboxes?

Here's how I did it: RemoveItem("tinderbox");

And I kept repeating it (to remove a total of 30). Is the name suppose to be different?

Please help and thanks!
Try:

RemoveItem("tinderbox_1");

Make sure to spell it the exact same as in the level editor.
(01-20-2012, 02:58 AM)flamez3 Wrote: [ -> ]Try:

RemoveItem("tinderbox_1");

Make sure to spell it the exact same as in the level editor.
I tried that just now, and it didn't work ether.

But I'll keep trying, because for some reason I believe it is like that...
You can't.
(01-20-2012, 03:08 AM)Your Computer Wrote: [ -> ]You can't.
Dang. That sucks :/ oh well.
So nothing happens? I know this won't work, but maybe add a .ent extension so the script looks like this...

RemoveItem("tinderbox.ent");