Hello i tried to not post this thread,i searched on youtube and google and in last level but that didn't helped a lot.
So what i want here is if anyone can FULLY explain me how to make portal +rep to one who solve this
Steps:
Spoiler below!
1ortal for start should be invisible (inactive)
Spoiler below!
2layer walks in area and slowly activate portal visibility
Spoiler below!
3ortal could not be used instantly (timers) so if player use it before portal is "Done" it will damage his sanity and health throwing him really hard back.
Spoiler below!
4ortal now can be clicked on, so some script goes on.
Spoiler below!
That's all,other script (what will happen when he click on portal) i will make (i am not that stupid i think).
So this is all how i can explain and it is pretty hard for me and i know maybe no one will solve this :/
Just gonna say that you don't need to format your text like that. It looks better plain. Pretty hard to read when it's so bold that it's basically just a blob left.
void BeginPortal(string &in asParent, string &in asChild, int alState)
{
CreateParticleSystemAtEntity(string& asPSName, string& asPSFile, string& asEntity, bool abSavePS);
//Remember to create the different particle systems. I don't have the names here.
void PortalTimer(string &in asTimer)
{
if(asTimer == "OpenPortal")
{
CreateParticleSystemAtEntity(string& asPSName, string& asPSFile, string& asEntity, bool abSavePS);
//Remember to create the different particle systems. I don't have the names here.
Woooo easy dude easy
First i don't have model (or whatever is it) of portal inactive or something...
So i need PS and how that can help me
Other thinks are like wow thanks
CreateParticleSystemAtEntity(string& asPSName, string& asPSFile, string& asEntity, bool abSavePS);
//Remember to create the different particle systems. I don't have the names here.
(10-28-2014, 12:28 PM)Straxedix Wrote: CreateParticleSystemAtEntity(string& asPSName, string& asPSFile, string& asEntity, bool abSavePS);
//Remember to create the different particle systems. I don't have the names here.
Thistring& asEntity, bool abSavePS);
What to put there ?
asEntity is the entity where the particle system should spawn.
(10-28-2014, 12:28 PM)Straxedix Wrote: CreateParticleSystemAtEntity(string& asPSName, string& asPSFile, string& asEntity, bool abSavePS);
//Remember to create the different particle systems. I don't have the names here.
Thistring& asEntity, bool abSavePS);
What to put there ?
asEntity is the entity where the particle system should spawn.
(10-28-2014, 12:28 PM)Straxedix Wrote: CreateParticleSystemAtEntity(string& asPSName, string& asPSFile, string& asEntity, bool abSavePS);
//Remember to create the different particle systems. I don't have the names here.
Thistring& asEntity, bool abSavePS);
What to put there ?
asEntity is the entity where the particle system should spawn.