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


Thread Rating:
  • 2 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The Sins Of the Father
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#4
RE: The Sins Of the Father

GOnna play in a moment..
Let you know what i think later on......
BRB........

AddEntityCollideCallback("Player", "LoftArea", "collideLoftArea", true, 1);
void collideLoftArea(string &in asParent, string &in asChild, int alState)
{
if(HasItem("LoftKey"))
{
ChangeMap("Attic.map", "StartArea_1", "unlock_door.snt", "close_door.ogg");
}
}
THAT part isn't working...
Why didnt you do it easyer?
Like this :
------------------------------------------
set the LoftArea UNACTIVE in the editor
*****
When you picked up the key :
SetEntityPlayerInteractCallback("LoftKey", "Activateloftscript", true);
void Activateloftscript(string &in asEntity)
{
SetEntityActive("LoftArea" , true);
}
OCould be my fould tho....
For the rest..
A bit empty to me so far..
Less scripts , but it's alright for your first map!
Mapping looks okay, just some minor glitches here and there { it's normal for your first map }
Overall a good cs..
Would like to continue... ill script this one myself...
Try to fix it and this script is really easy to overtake { if you understand it }
(This post was last modified: 12-07-2012, 03:10 AM by DnALANGE.)
12-07-2012, 02:24 AM
Find


Messages In This Thread
The Sins Of the Father - by Mr. Wake - 12-06-2012, 08:00 PM
RE: The Sins Of the Father - by The chaser - 12-06-2012, 08:14 PM
RE: The Sins Of the Father - by FlawlessHappiness - 12-06-2012, 09:50 PM
RE: The Sins Of the Father - by DnALANGE - 12-07-2012, 02:24 AM
RE: The Sins Of the Father - by Mr. Wake - 12-07-2012, 03:09 PM
RE: The Sins Of the Father - by DnALANGE - 12-07-2012, 03:14 PM
RE: The Sins Of the Father - by DnALANGE - 12-07-2012, 04:35 PM
RE: The Sins Of the Father - by Mr. Wake - 12-07-2012, 10:46 PM
RE: The Sins Of the Father - by Brosive - 12-08-2012, 03:47 PM
RE: The Sins Of the Father - by Mr. Wake - 12-08-2012, 04:46 PM
RE: The Sins Of the Father - by Brosive - 12-08-2012, 05:42 PM
RE: The Sins Of the Father - by Mr. Wake - 12-08-2012, 06:18 PM
RE: The Sins Of the Father - by Brosive - 12-08-2012, 06:21 PM
RE: The Sins Of the Father - by DnALANGE - 12-10-2012, 01:29 AM
RE: The Sins Of the Father - by Brosive - 12-10-2012, 01:30 AM
RE: The Sins Of the Father - by DnALANGE - 12-10-2012, 03:42 PM
RE: The Sins Of the Father - by Brosive - 12-11-2012, 12:00 AM
RE: The Sins Of the Father - by Brosive - 12-11-2012, 02:41 AM
RE: The Sins Of the Father - by Mr. Wake - 12-11-2012, 12:34 PM
RE: The Sins Of the Father - by DnALANGE - 12-11-2012, 03:07 PM
RE: The Sins Of the Father - by Mr. Wake - 12-11-2012, 06:53 PM
RE: The Sins Of the Father - by Brosive - 12-11-2012, 03:19 PM
RE: The Sins Of the Father - by DnALANGE - 12-11-2012, 03:21 PM
RE: The Sins Of the Father - by Brosive - 12-13-2012, 03:58 AM



Users browsing this thread: 1 Guest(s)