Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help How to remove Tinderboxes?
SonOfLiberty796 Offline
Senior Member

Posts: 371
Threads: 39
Joined: Aug 2011
Reputation: 2
#1
How to remove Tinderboxes?

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!
01-20-2012, 02:56 AM
Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#2
RE: How to remove Tinderboxes?

Try:

RemoveItem("tinderbox_1");

Make sure to spell it the exact same as in the level editor.

01-20-2012, 02:58 AM
Find
SonOfLiberty796 Offline
Senior Member

Posts: 371
Threads: 39
Joined: Aug 2011
Reputation: 2
#3
RE: How to remove Tinderboxes?

(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...
01-20-2012, 03:01 AM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#4
RE: How to remove Tinderboxes?

You can't.

Tutorials: From Noob to Pro
01-20-2012, 03:08 AM
Website Find
SonOfLiberty796 Offline
Senior Member

Posts: 371
Threads: 39
Joined: Aug 2011
Reputation: 2
#5
RE: How to remove Tinderboxes?

(01-20-2012, 03:08 AM)Your Computer Wrote: You can't.
Dang. That sucks :/ oh well.
01-20-2012, 04:52 AM
Find
Krymtel Offline
Member

Posts: 105
Threads: 9
Joined: Oct 2011
Reputation: 3
#6
RE: How to remove Tinderboxes?

So nothing happens? I know this won't work, but maybe add a .ent extension so the script looks like this...

RemoveItem("tinderbox.ent");

Eidolon Total Conversion (WIP)
(This post was last modified: 01-20-2012, 03:30 PM by Krymtel.)
01-20-2012, 03:29 PM
Find




Users browsing this thread: 1 Guest(s)