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
Closet script
Pandachoko Offline
Junior Member

Posts: 47
Threads: 14
Joined: Aug 2012
Reputation: 0
#11
Still need help to Closet Script! :(

I still have problem with my closet script. My script is this:


////////////////////////////
// Run first time starting map
void OnStart()
{
AddUseItemCallback("", "KeyCloset", "ClosetLock", "UnlockCloset", true);
}

void UnlockCloset(string &in asItem, string &in asEntity)
{
SetEntityActive("ClosetLock", false);
GiveSanityBoost();
PlaySoundAtEntity("", "unlock_door", "Player", 0, false);
RemoveItem("KeyCloset");
}
////////////////////////////
// Run when entering map
void OnEnter()
{

}

////////////////////////////
// Run when leaving map
void OnLeave()
{

}

When I use my key on the block box. It says. you can't use the item here. Like the key to door problem, will some one help me Smile Big Grin Just say if you want pictures from the level editor to see how I spelled it in the boxes
08-03-2012, 11:57 PM
Find
Kazakarumariou Away
An angry man.

Posts: 283
Threads: 8
Joined: Jul 2012
Reputation: 14
#12
RE: Still need help to Closet Script! :(

Didn't you add skype? I don't see you
08-04-2012, 12:10 AM
Find
Pandachoko Offline
Junior Member

Posts: 47
Threads: 14
Joined: Aug 2012
Reputation: 0
#13
RE: Still need help to Closet Script! :(

(08-04-2012, 12:10 AM)Harthex Wrote: Didn't you add skype? I don't see you
I did Smile Harthex, don't you have a eagle picture Smile
08-04-2012, 12:14 AM
Find
Kazakarumariou Away
An angry man.

Posts: 283
Threads: 8
Joined: Jul 2012
Reputation: 14
#14
RE: Still need help to Closet Script! :(

(08-04-2012, 12:14 AM)Pandachoko Wrote:
(08-04-2012, 12:10 AM)Harthex Wrote: Didn't you add skype? I don't see you
I did Smile Harthex, don't you have a eagle picture Smile
Same picture as here.
08-04-2012, 01:09 AM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#15
RE: Closet script

How many "How do I open a door with a key" threads is this forum going to see before people actually use the search bar?
08-04-2012, 01:17 AM
Find
Kazakarumariou Away
An angry man.

Posts: 283
Threads: 8
Joined: Jul 2012
Reputation: 14
#16
RE: Closet script

(08-04-2012, 01:17 AM)Statyk Wrote: How many "How do I open a door with a key" threads is this forum going to see before people actually use the search bar?
He has a closet one. with a block box infront blocking the doors. you use the key on the block box removing it.
08-04-2012, 01:24 AM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#17
RE: Closet script

It still works the same.
08-04-2012, 01:49 AM
Find




Users browsing this thread: 1 Guest(s)