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
Make Statues Appear Behind You?
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#2
RE: Make Statues Appear Behind You?

Under the properties of the note, there is a space with something called "SetInteractCallback" (Or something like that).

In there, write your function. It could be "StatueAppearFunction".

Then in you script write:

void StatueAppearFunction(string &in asEntity)
{
SetEntityActive("ENTITY", true);
}

Trying is the first step to success.
11-12-2012, 06:47 AM
Find


Messages In This Thread
Make Statues Appear Behind You? - by taylor122002 - 11-12-2012, 02:49 AM
RE: Make Statues Appear Behind You? - by FlawlessHappiness - 11-12-2012, 06:47 AM
RE: Make Statues Appear Behind You? - by Tiger - 02-28-2013, 02:03 AM
RE: Make Statues Appear Behind You? - by Tiger - 02-28-2013, 01:24 PM
RE: Make Statues Appear Behind You? - by i3670 - 02-28-2013, 03:38 PM



Users browsing this thread: 1 Guest(s)