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 [SOLVED] Using a Single Crowbar on Multiple Doors
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#15
RE: Using a Single Crowbar on Multiple Doors

Oh! Haha, one thing at least.

In your script it says: RemoveItem("asItem");

You cannot have the two "" for it to work. It must be:

RemoveItem(asItem);


Ok, so now the problem is just that the crowbar doesn't work on the 4th door?
Please check that ALL names are correct.

Also, try adding AddDebugMessage("Test", false); to the UseCrowbarOnDoor function, and enable debug messages, just to see if the thing is actually calling.

Trying is the first step to success.
09-22-2014, 08:33 AM
Find


Messages In This Thread
RE: Using a Single Crowbar on Multiple Doors - by FlawlessHappiness - 09-22-2014, 08:33 AM



Users browsing this thread: 1 Guest(s)