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) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[newbie] Simple script problem :S
nkmol Offline
Senior Member

Posts: 252
Threads: 19
Joined: Feb 2011
Reputation: 4
#1
[newbie] Simple script problem :S

i made a script for a key to open a door. the door is called mansion_2 en the key is called Key_1

Script :

void Onstart()
{
AddUseItemCallback("", "Key_1", "mansion_2", "UsedKeyDoor", true);
}

void UsedKeyDoor()
{
SetSwingDoorLocked("mansion_2", false, true);
PlaySoundAtEntity("", "unlock_door", "mansion_2", 0, false);
RemoveItem("Key_1");
}
(This post was last modified: 02-12-2011, 04:26 PM by nkmol.)
02-12-2011, 04:24 PM
Find


Messages In This Thread
[newbie] Simple script problem :S - by nkmol - 02-12-2011, 04:24 PM
RE: [newbie] Simple script problem :S - by nkmol - 02-12-2011, 04:45 PM
RE: [newbie] Simple script problem :S - by nkmol - 02-12-2011, 05:01 PM
RE: [newbie] Simple script problem :S - by nkmol - 02-12-2011, 05:27 PM
RE: [newbie] Simple script problem :S - by nkmol - 02-12-2011, 06:40 PM
RE: [newbie] Simple script problem :S - by nkmol - 02-12-2011, 06:51 PM
RE: [newbie] Simple script problem :S - by nkmol - 02-13-2011, 01:20 AM
RE: [newbie] Simple script problem :S - by Argoon - 02-13-2011, 01:38 AM
RE: [newbie] Simple script problem :S - by nkmol - 02-13-2011, 10:51 AM
RE: [newbie] Simple script problem :S - by nkmol - 02-13-2011, 06:42 PM
RE: [newbie] Simple script problem :S - by nkmol - 02-15-2011, 07:50 AM
RE: [newbie] Simple script problem :S - by nkmol - 02-16-2011, 06:08 PM
RE: [newbie] Simple script problem :S - by Selyp - 02-17-2011, 01:17 AM
RE: [newbie] Simple script problem :S - by nkmol - 02-17-2011, 04:55 PM



Users browsing this thread: 1 Guest(s)