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


Poll: Did you find this tutorial useful?
You do not have permission to vote in this poll.
Yes, I liked it.
100.00%
17 100.00%
No.
0%
0 0%
Total 17 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 3 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make a rope
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#11
RE: How to make a rope

(01-15-2013, 10:25 PM)The chaser Wrote: It will be a matter of attached... Hmmm... do dis, tru fren:

void OnStart() //This could change!
{
AddEntityCollideCallback("Da_box_in_da_rope", "Area", "Interact", true, 1); ///When the rope is down, it will collide with this area, which will activate an area *look down*
}

void Interact (string &in asParent, string &in asChild, int alState)
{
///I don't know how to make an area interactable, so yea... make an area which you can touch. The interaction with it will give you the item (key). Sorry for this little thing. When you interact, it will:
GiveItem("Key", "Item", "Puzzle", "key.tga", 1);
SetEntityActive("Da_key_in_da_box", false);

}

You can make the box smaller than the key so it doesn't collide with the outer of the key.

I'll see what it leads to.

Have to sleep now.

Trying is the first step to success.
01-15-2013, 10:50 PM
Find


Messages In This Thread
How to make a rope - by The chaser - 10-15-2012, 09:48 PM
RE: How to make a rope - by Racingcreed - 12-08-2012, 07:59 PM
RE: How to make a rope - by FlawlessHappiness - 12-08-2012, 11:04 PM
RE: How to make a rope - by VeNoMzTeamHysterical - 01-03-2013, 11:49 PM
RE: How to make a rope - by FlawlessHappiness - 01-15-2013, 08:59 PM
RE: How to make a rope - by The chaser - 01-15-2013, 09:50 PM
RE: How to make a rope - by FlawlessHappiness - 01-15-2013, 10:01 PM
RE: How to make a rope - by The chaser - 01-15-2013, 10:08 PM
RE: How to make a rope - by FlawlessHappiness - 01-15-2013, 10:16 PM
RE: How to make a rope - by The chaser - 01-15-2013, 10:25 PM
RE: How to make a rope - by FlawlessHappiness - 01-15-2013, 10:50 PM
RE: How to make a rope - by FlawlessHappiness - 02-15-2013, 06:38 PM
RE: How to make a rope - by The chaser - 02-15-2013, 10:14 PM
RE: How to make a rope - by plutomaniac - 04-08-2013, 08:54 PM
RE: How to make a rope - by The chaser - 04-08-2013, 09:58 PM
RE: How to make a rope - by Putmalk - 04-09-2013, 04:35 AM
Rope Creation Tutorial - by Putmalk - 04-06-2013, 04:59 AM
RE: Rope Creation Tutorial - by PutraenusAlivius - 04-06-2013, 05:17 AM
RE: Rope Creation Tutorial - by Putmalk - 04-06-2013, 05:39 AM



Users browsing this thread: 1 Guest(s)