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
The last thing of all! FROM ME!
Pandachoko Offline
Junior Member

Posts: 47
Threads: 14
Joined: Aug 2012
Reputation: 0
#1
The last thing of all! FROM ME!

I fixed almost everything on my custom story except one thing.
Here is a short description after the description I will show you my codes and some Pictures.:
------------------

Description: So you will find this secret key that will unlock this secret door. you can't miss the door but you can miss the key, if you don't pay enough attention. The door is a LEVEL door that will bring you to Libary.map. Here comes the codes:

-------------------------------

Name on Door: secret
Name on key: keycloset2 (don't ask why it's called keycloset2)

Here is the HPS from the level realfloor:

void OnStart()
{
AddUseItemCallback("", "keycloset2", "secret", "KeyOnDoor", true);
}

void KeyOnDoor(string &in asItem, string &in asEntity)
{
SetSwingDoorLocked("secret", false, true);
PlaySoundAtEntity("", "unlock_door", "secret", 0, false);
RemoveItem("keycloset2");
}



--------------------------------
The key is working, what I mean with that is when I use the key on the door, the key will dissapear from my Inventory... And the door is still locked Smile








And one last thing, when making maps. does every caps need to be small or? is it okay to call a map: Libary.map and the same with some of my notes is also with Capital like: Miner1

I am posting some Pictures Down below


Attached Files
.jpg   Untitled3.jpg (Size: 302.17 KB / Downloads: 92)
.jpg   Untitled2.jpg (Size: 318.22 KB / Downloads: 88)
.jpg   Untitled.jpg (Size: 215.06 KB / Downloads: 80)
.jpg   Untitled1.jpg (Size: 201.36 KB / Downloads: 88)
12-07-2013, 10:34 PM
Find


Messages In This Thread
The last thing of all! FROM ME! - by Pandachoko - 12-07-2013, 10:34 PM
RE: The last thing of all! FROM ME! - by Kurton - 12-07-2013, 10:41 PM
RE: The last thing of all! FROM ME! - by Traggey - 12-07-2013, 10:54 PM
RE: The last thing of all! FROM ME! - by DnALANGE - 12-07-2013, 11:02 PM
RE: The last thing of all! FROM ME! - by Kurton - 12-07-2013, 11:19 PM
RE: The last thing of all! FROM ME! - by DnALANGE - 12-07-2013, 11:19 PM



Users browsing this thread: 1 Guest(s)