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) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mementos
Steve Offline
Member

Posts: 178
Threads: 17
Joined: Jun 2012
Reputation: 7
#1
mementos

I can't to get my memenos working can anybody help me?
this is my code. I really have no idea what's wrong.
PHP Code: (Select All)
void OnEnter()
{
//////////Some unimportant stuff//////
 
AddEntityCollideCallback("Player""Walk_Quest_Area""GetWalkQuest"true1);
 
AddEntityCollideCallback("Player""Walk_Complete_Area""FinishWalkQuest"true1);}void GetWalkQuest(string &in asItemstring &in asEntity){
AddQuest("walkquest""WalkQuest");}void FinishWalkQuest(string &in asItemstring &in asEntity)
{
CompleteQuest("walkquest""WalkQuest");
}.
Lang file
  

<LANGUAGE>   <CATEGORY Name="Journal">
<
Entry Name="Quest_WalkQuest_Text">The prison door seems to be locked with a Padlock, Try to find another way to get in.</Entry>
 </
CATEGORY></LANGUAGE
I do have another note at the same category but that one works just fine so I don't think that's the problem. and I can't get the script to shown normaly, normaly it is more organized Smile
(This post was last modified: 07-01-2012, 06:57 PM by Steve.)
07-01-2012, 11:40 AM
Find


Messages In This Thread
mementos - by Steve - 07-01-2012, 11:40 AM
RE: [HELP] mementos - by General Gregsworth - 07-01-2012, 11:55 AM
RE: [HELP] mementos - by ZyLogicX - 07-01-2012, 12:05 PM
RE: [HELP] mementos - by Steve - 07-01-2012, 04:23 PM
RE: [UNSOLVED] mementos - by Damascus - 07-01-2012, 05:33 PM
RE: [UNSOLVED] mementos - by Steve - 07-01-2012, 06:01 PM



Users browsing this thread: 1 Guest(s)