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
Help With Scripting Please :D
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#6
RE: Help With Scripting Please :D

the last spoiler must have a /spoiler

THIS :
PHP Code: (Select All)
void JustRemoveParticlesHallway(string &in asParentstring &in asChildint alState)
{
DestroyParticleSystem("ParticleSystem_190");//The name of a particle in your leveleditor
DestroyParticleSystem("ParticleSystem_191");//The name of the seconth particle in your leveleditor
That should do the trick for destroying the particles

Must NOT inside OnStart.
THis is a function itself.
ALWAYS REMEMBER, void *** can NOT be in OnStart \ OnEnter \ OnLeave
(This post was last modified: 07-15-2014, 01:28 PM by DnALANGE.)
07-15-2014, 01:27 PM
Find


Messages In This Thread
Help With Scripting Please :D - by Aglowglint11 - 07-15-2014, 12:49 PM
RE: Help With Scripting Please :D - by DnALANGE - 07-15-2014, 12:58 PM
RE: Help With Scripting Please :D - by DnALANGE - 07-15-2014, 01:23 PM
RE: Help With Scripting Please :D - by DnALANGE - 07-15-2014, 01:27 PM
RE: Help With Scripting Please :D - by DnALANGE - 07-15-2014, 01:29 PM
RE: Help With Scripting Please :D - by DnALANGE - 07-15-2014, 01:40 PM
RE: Help With Scripting Please :D - by DnALANGE - 07-15-2014, 01:44 PM



Users browsing this thread: 2 Guest(s)