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
Teleporting items & Vaporizing items
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#5
RE: Teleporting items & Vaporizing items

use a for script where all boxes call vaporize function and all everything else Wink

Then the script:

void Vaporize(string &in asParent, string &in asChild, int alState)
{
SetPropActiveAndFade(asParent, false, 1);
}

Trying is the first step to success.
10-21-2012, 03:20 PM
Find


Messages In This Thread
Teleporting items & Vaporizing items - by ZodiaC - 10-21-2012, 01:46 AM
RE: Teleporting items & Vaporizing items - by FlawlessHappiness - 10-21-2012, 03:20 PM



Users browsing this thread: 1 Guest(s)