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
How can I make an area for a mapchange?
SkuLLfac3 Offline
Junior Member

Posts: 48
Threads: 11
Joined: Jun 2011
Reputation: 0
#5
RE: How can I make an area for a mapchange?

Thank you Smile

But now I have another problem. Always when I run the custom story, the game crashes after the first map and this message appears:

FATAL ERROR: Could not load script file 'custom_stories/Latrine der Angst EXTENDED VERSION/maps/ch01/Intro2.hps'!
main (15, 1) : ERR : Expected ',' or ','

The script is:
void OnStart()
{
    
    AddEntityCollideCallback("Player", "toLatrine", "to_Latrine", false, 1);
}

Anyone know the mistakes? :/
void OnEnter()

void toLatrine(string &in asParent, string &in asChild, int alState)

{
    ChangeMap("Latrine", "PlayerStartArea_1", "", "");
}

06-23-2011, 01:27 AM
Find


Messages In This Thread
RE: How can I make an area for a mapchange? - by SkuLLfac3 - 06-23-2011, 01:27 AM



Users browsing this thread: 2 Guest(s)