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
[SOLVED]Memento dont work
Rowzter Offline
Junior Member

Posts: 44
Threads: 12
Joined: Oct 2012
Reputation: 3
#11
RE: Memento dont work

(05-25-2014, 02:57 PM)Romulator Wrote:
Spoiler below!

(05-25-2014, 02:22 PM)Badcat5550 Wrote: Try this

void padlockquest(string &in asParent, string &in asChild, int alState)
{
AddQuest ("YOUR AREA NAME", "padlockdoor");
}

because I think I found the problem!

If that works then why not give me a rating if you want.

(03-27-2014, 01:03 AM)Traggey Wrote: Don't EVER.


EVER
<EVER>

Ask for rep.

Thanks.

Just sayin' Tongue


Add this to the .hps file which has the locked Level door in its .map file:
PHP Code: (Select All)
void OnStart()
{
AddUseItemCallback("""level_door_key_name""level_door_name""unlock_level_door"true);
//Change level_door_key_name and level_door_name to their respective names in the level editor, but keep the quotes ("").
}

void unlock_level_door(string &in asItemstring &in asEntity)
{
SetLevelDoorLocked(asEntityfalse);


Does that really works since the door and the key are on different levels?. shall try this out!
05-25-2014, 02:59 PM
Find


Messages In This Thread
[SOLVED]Memento dont work - by Rowzter - 05-25-2014, 01:57 PM
RE: Memento dont work - by Radical Batz - 05-25-2014, 02:04 PM
RE: Memento dont work - by Rowzter - 05-25-2014, 02:09 PM
RE: Memento dont work - by Radical Batz - 05-25-2014, 02:09 PM
RE: Memento dont work - by Rowzter - 05-25-2014, 02:14 PM
RE: Memento dont work - by Radical Batz - 05-25-2014, 02:22 PM
RE: Memento dont work - by Rowzter - 05-25-2014, 02:48 PM
RE: Memento dont work - by Radical Batz - 05-25-2014, 02:58 PM
RE: Memento dont work - by Romulator - 05-25-2014, 02:57 PM
RE: Memento dont work - by Rowzter - 05-25-2014, 02:59 PM
RE: Memento dont work - by Mudbill - 05-25-2014, 02:51 PM
RE: Memento dont work - by Romulator - 05-25-2014, 03:01 PM
RE: Memento dont work - by Rowzter - 05-25-2014, 03:08 PM
RE: Memento dont work - by Romulator - 05-25-2014, 03:17 PM
RE: Memento dont work - by Rowzter - 05-25-2014, 04:03 PM



Users browsing this thread: 1 Guest(s)