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
Aglowglint11 Offline
Junior Member

Posts: 31
Threads: 8
Joined: Mar 2014
Reputation: 0
#5
RE: Help With Scripting Please :D

(07-15-2014, 01:23 PM)DnALANGE Wrote: Copy past your scipt here please
Do it like in a spoiler please
Like i do here
Spoiler below!
Tekst what you want here here
Spoilers are made like this : [*spoiler] tekst what you want here [/*spoiler]
Remove the * from both spoilers.

[spoiler] Void OnStart()
{
AddEntityCollideCallback("Player", "DeleteParticleHallway ", "JustRemoveParticlesHallway", true, 1);
void JustRemoveParticlesHallway(string &in asParent, string &in asChild, int alState)
AddCombineCallback("drill_1_2", "hand_drill_part01", "hand_drill_part02", "CombineDrill", false);
AddCombineCallback("drill_1_3", "hand_drill_part01", "hand_drill_part03", "CombineDrill", false);
AddCombineCallback("drill_2_3", "hand_drill_part02", "hand_drill_part03", "CombineDrill", false);
{
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
}
} [spoiler]

Figured I was doing something wrong. Lol.

N00B
07-15-2014, 01:26 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 Aglowglint11 - 07-15-2014, 01:26 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: 1 Guest(s)