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
Script Help Key script
Saren Offline
Member

Posts: 196
Threads: 20
Joined: Jan 2012
Reputation: 1
#1
Key script

// Run when entering map
void OnEnter()
{
AddUseItemCallback("", "Masterbedroomkey", "masterbedroomdoor", "UsedKeyOnDoor", true);
}
void UsedKeyOnDoor(string &in asItem, string &in asEntity)
{
SetSwingDoorLocked("masterbedroomdoor", false, true);
PlaySoundAtEntity("", "unlock_door", masterbedroomdoor, 0, false);
RemoveItem(Masterbedroomkey);
}
////////////////////////////
// Run when leaving map
void OnLeave()
{
}
Can anyone tell me what's wrong here?

Oh right, you might need to know the problem xD
When I pick up the key it just says Picked Up... no name..
(This post was last modified: 02-03-2012, 09:42 AM by Saren.)
02-03-2012, 09:22 AM
Find


Messages In This Thread
Key script - by Saren - 02-03-2012, 09:22 AM
RE: Key script - by Your Computer - 02-03-2012, 10:03 AM
RE: Key script - by Saren - 02-03-2012, 10:06 AM
RE: Key script - by flamez3 - 02-03-2012, 10:06 AM
RE: Key script - by Saren - 02-03-2012, 10:09 AM
RE: Key script - by Your Computer - 02-03-2012, 10:13 AM
RE: Key script - by Saren - 02-03-2012, 10:15 AM
RE: Key script - by Your Computer - 02-03-2012, 10:18 AM
RE: Key script - by Saren - 02-03-2012, 10:21 AM
RE: Key script - by Your Computer - 02-03-2012, 10:30 AM
RE: Key script - by Saren - 02-03-2012, 10:39 AM
RE: Key script - by flamez3 - 02-03-2012, 10:43 AM
RE: Key script - by Saren - 02-03-2012, 10:56 AM
RE: Key script - by Your Computer - 02-03-2012, 11:16 AM
RE: Key script - by Saren - 02-03-2012, 11:22 AM
RE: Key script - by Your Computer - 02-03-2012, 11:30 AM
RE: Key script - by Saren - 02-03-2012, 12:09 PM



Users browsing this thread: 1 Guest(s)