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
AddQuest does not work
Lake Offline
Member

Posts: 58
Threads: 20
Joined: Jul 2012
Reputation: 0
#1
AddQuest does not work

this is the complete script:

void tictac(string &in asParient, string &in asChild, int alState)
{
SetEntityActive("mining_room_wall_1", true);
SetEntityActive("mining_room_wall_2", true);
SetEntityActive("mining_room_wall_3", true);
SetLightVisible("PointLight_1", false);
SetLightVisible("PointLight_2", false);
SetMessage("Messages", "sbarre", 0);
SetPlayerActive(false);
StartPlayerLookAt("wine02_1", 1, 1, "");
AddTimer("", 5, "lookat");
AddQuest("", "quest3");
}

lang:

<CATEGORY Name="Journal">
<Entry Name="Quest_quest3_Text">Cerca un modo per scappare dal primo piano</Entry>
</CATEGORY>

everything works except AddQuest
08-07-2012, 06:44 PM
Find


Messages In This Thread
AddQuest does not work - by Lake - 08-07-2012, 06:44 PM
RE: AddQuest does not work - by Statyk - 08-07-2012, 07:56 PM
RE: AddQuest does not work - by Lake - 08-08-2012, 01:21 PM



Users browsing this thread: 1 Guest(s)