Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 2 Vote(s) - 1.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
4* Questions and Questions are in comic :O
xtron Offline
Senior Member

Posts: 402
Threads: 37
Joined: May 2011
Reputation: 2
#21
RE: 4* Questions and Questions are in comic :O

miguli just write to me at MSN (at any time) if you need any help Smile.

[Image: 44917299.jpg]Dubstep <3
06-10-2011, 11:16 PM
Find
miguli Offline
Junior Member

Posts: 43
Threads: 7
Joined: Jun 2011
Reputation: 0
#22
RE: 4* Questions and Questions are in comic :O

Okay, damn it MSN is down for while still :'(
But, but, but how to make that disappears thing. I dont get it how i can make that those 2 monster disappears and appears thing is in same. (if i understand what Kyle said)

Amnesia map:
Hope - Work in Progress.
06-10-2011, 11:19 PM
Find
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#23
RE: 4* Questions and Questions are in comic :O

(06-10-2011, 11:16 PM)xtron Wrote: miguli just write to me at MSN (at any time) if you need any help Smile.

No, it's alright. Countless times people ignore me and they don't need my help, but when they do, they still ignore me. They think I don't help good enough and then they spam up the forum with all these requests I already answered in my thread, which I do help every single person that asks for help in that thread. Will so many of these useless threads, I can't get them all unlike my thread. Sad

06-10-2011, 11:20 PM
Find
xtron Offline
Senior Member

Posts: 402
Threads: 37
Joined: May 2011
Reputation: 2
#24
RE: 4* Questions and Questions are in comic :O

what?. I don't understand XD. Do you want to know how to deactivate a entity?

[Image: 44917299.jpg]Dubstep <3
06-10-2011, 11:21 PM
Find
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#25
RE: 4* Questions and Questions are in comic :O

(06-10-2011, 11:19 PM)miguli Wrote: Okay, damn it MSN is down for while still :'(
But, but, but how to make that disappears thing. I dont get it how i can make that those 2 monster disappears and appears thing is in same. (if i understand what Kyle said)

Like this:

void OnStart()
{
     SetEntityPlayerInteractCallback("note_letter_1", "Func01", true);
     AddEntityCollideCallback("Player", "safearea_1", "Func02", false, 1);
}
void Func01(string &in asEntity)
{
     SetEntityActive("grunt_1", true);
}
void Func02(string &in asParent, string &in asChild, int alState)
{
     SetEntityActive("grunt_1", false);
}

06-10-2011, 11:23 PM
Find
miguli Offline
Junior Member

Posts: 43
Threads: 7
Joined: Jun 2011
Reputation: 0
#26
RE: 4* Questions and Questions are in comic :O

let see

And another sorry, i am so bad in english. ^^'

Amnesia map:
Hope - Work in Progress.
(This post was last modified: 06-10-2011, 11:24 PM by miguli.)
06-10-2011, 11:23 PM
Find
xtron Offline
Senior Member

Posts: 402
Threads: 37
Joined: May 2011
Reputation: 2
#27
RE: 4* Questions and Questions are in comic :O

I find MSN easier to communicate 'cuz it sends instant messages instead of posting then wait for reply.
So if miguli need any help he don't need to make threads etc ^^.
make it

void OnStart()
{
SetEntityPlayerInteractCallback("note_letter_1", "Func01", true);
AddEntityCollideCallback("Player", "safearea_1", "Func02", false, 1);
}

void Func02(string &in asEntity)
{
SetEntityActive("grunt_1", false);
}

void Func01(string &in asEntity)
{
SetEntityActive("grunt_1", true);
}

[Image: 44917299.jpg]Dubstep <3
(This post was last modified: 06-10-2011, 11:25 PM by xtron.)
06-10-2011, 11:23 PM
Find
Finska Offline
Member

Posts: 102
Threads: 6
Joined: Jun 2011
Reputation: 0
#28
RE: 4* Questions and Questions are in comic :O

(06-10-2011, 11:10 PM)xtron Wrote:
(06-10-2011, 11:07 PM)Finska Wrote: Oh, I like to play with monsters. When you see them often enough, they will be nice guys Smile I like teasing them and throwing 'em with the boxes and going to ninja-mode

haha yea sometimes ^^. I remember...I guess it's at "study" or something but when you need to break a door open with a crowbar then a monster appears. I find it funny to block the door with alot of props and then stand behind 'em so the monster gets mad and can't hit me XD. But the sad part is when he actually destroys the barricade and kill me...that's the shit my pants part Sad
I always get a saaad face when it breaks my barricade Sad Me and my friend were horrified when we saw that falcon punch, then we jumped in the closet, but the monster hit the doors open Big Grin


Creeps, creeps everywhere...
06-10-2011, 11:26 PM
Find
miguli Offline
Junior Member

Posts: 43
Threads: 7
Joined: Jun 2011
Reputation: 0
#29
RE: 4* Questions and Questions are in comic :O

Okay, okay. I have asked form my other MSN friends, but they dosent know anything about Amnesia mapping. < :/

Amnesia map:
Hope - Work in Progress.
06-10-2011, 11:26 PM
Find
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#30
RE: 4* Questions and Questions are in comic :O

@Xtron;

You forgot to change the "void Func02(string &in asEntity" to "void Func02(string &in asParent, string &in asChild, int alState)" :/

06-10-2011, 11:28 PM
Find




Users browsing this thread: 1 Guest(s)