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:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Quest And Journals
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#1
Quest And Journals

Hello I got problem in my notes and quest i goted the quest to get at the are to work but it dosnt say what i want to and it wont complete at the Complete area anyone what problem is here is lang.
PHP Code: (Select All)
<LANGUAGE>
   <
CATEGORY Name="CustomStoryMain">
      <
Entry Name="Description">
        
The darkness is hunting you!....
      </
Entry>
   </
CATEGORY>
    <
CATEGORY
    <
Entry Name="Note_note_letter_1_Name">Run</Entry>
    <
Entry Name="Note_note_letter_1_Text">Run... the darkness is hunting you!!!"</Entry>
    <Entry Name"
Quest_TheWayQuest_Text">Find a way out</Entry>
    </CATEGORY>

   </LANGUAGE> 


here hps
PHP Code: (Select All)
void OnStart()
{
AddEntityCollideCallback("Player""TheWay_Quest_Area""GetTheWayQuest"true1);
AddEntityCollideCallback("Player""TheWay_Complete_Area""FinishTheWayQuest"true1);
}

 
void GetTheWayQuest(string &in asParentstring &in asChildint alState)
{
AddQuest ("thewayquest" "TheWayQuest");
}

void FinishTheWayQuest(string &in asParentstring &in asChildint alState)
{
CompleteQuest ("thewayquest" "TheWayQuest");
}
void OnEnter()
 {
     
AddUseItemCallback("""keytodoor_1""mansion_1""KeyOnDoor"true); 
 }

 
void KeyOnDoor(string &in asItemstring &in asEntity)
 {
     
SetSwingDoorLocked("mansion_1"falsetrue);
     
PlaySoundAtEntity("""unlock_door.snt""mansion_1"0.0ftrue);
 } 

http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
12-25-2011, 03:53 PM
Website Find


Messages In This Thread
Quest And Journals - by jessehmusic - 12-25-2011, 03:53 PM
RE: Quest And Journals - by Obliviator27 - 12-25-2011, 04:19 PM
RE: Quest And Journals - by jessehmusic - 12-25-2011, 04:25 PM
RE: Quest And Journals - by Obliviator27 - 12-25-2011, 05:13 PM
RE: Quest And Journals - by jessehmusic - 12-25-2011, 05:22 PM
RE: Quest And Journals - by jessehmusic - 12-25-2011, 07:48 PM
RE: Quest And Journals - by Rhonin - 01-19-2012, 05:09 PM
RE: Quest And Journals - by SilentStriker - 01-19-2012, 05:29 PM
RE: Quest And Journals - by Rhonin - 01-19-2012, 06:16 PM



Users browsing this thread: 1 Guest(s)