The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
#1
Need help with custom story

Im making a custom story and on the 3rd map I made, it will not let me transition to the 4th map.

this is my code:

void OnStart()
{  
AddUseItemCallback("Opendoor", "hehexd", "door69", "UnlockLevelDoor", true);
}


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

anyone halp?
01-12-2019, 02:33 PM
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 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)