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
Need help with custom story
japanesewhisky Offline
Junior Member

Posts: 12
Threads: 3
Joined: Apr 2018
Reputation: 0
#4
RE: Need help with custom story

(01-13-2019, 03:36 AM)Mudbill Wrote: What do you mean?

Why are you calling ChangeMap? It looks like the function is supposed to unlock a door, but it also immediately changes the map.

If you can explain in more detail what you're trying to do, what you expect to happen, and what is actually happening, that would help us.

void UnlockLevelDoor(string &in asItem, string &in asEntity)
{
SetLevelDoorLocked ("door69", false);
ChangeMap("Level4","PlayerStartArea_1","","");
}

basically this is the only part that I want. The one part that tells the one door to lead me to another level. Do I need to add more, or is it a syntax error?
01-13-2019, 11:53 AM
Find


Messages In This Thread
Need help with custom story - by japanesewhisky - 01-12-2019, 02:33 PM
RE: Need help with custom story - by Mudbill - 01-13-2019, 03:36 AM
RE: Need help with custom story - by japanesewhisky - 01-13-2019, 11:53 AM
RE: Need help with custom story - by Mudbill - 01-13-2019, 04:20 PM
RE: Need help with custom story - by Mudbill - 01-14-2019, 06:01 PM



Users browsing this thread: 1 Guest(s)