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 Fast answer please
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#1
Fast answer please

Nothing.

(This post was last modified: 10-30-2014, 06:09 PM by Straxedix.)
10-30-2014, 02:36 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#2
RE: Fast answer please

I'm guessing "Touch" is the name of an area?

It might help to enable it before creating the particle. I don't know if it's possible to create particles at inactive areas.

PHP Code: (Select All)
void BeginPortal(string &in asParentstring &in asChildint alState)
{
    
SetEntityActive("Touch"true); // Moved this line up here.
    
CreateParticleSystemAtEntity("Poral_Open""ps_orb_room_portal_open.ps""Touch"false);
    
//Remember to create the different particle systems. I don't have the names here.

    
AddTimer("OpenPortal"5"PortalTimer");

    
SetLocalVarInt("PortalOpen"0);


10-30-2014, 02:45 PM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#3
RE: Fast answer please

Nothing.

(This post was last modified: 10-30-2014, 06:09 PM by Straxedix.)
10-30-2014, 03:07 PM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#4
RE: Fast answer please

Nothing.

(This post was last modified: 10-30-2014, 06:12 PM by Straxedix.)
10-30-2014, 04:11 PM
Find




Users browsing this thread: 1 Guest(s)