Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bucket to fill with acid ?!
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#7
RE: Bucket to fill with acid ?!

no , i mean if i put my empty bucket to the acid container ( to GET the acid )
nothing happens ?! but i see a hand... ( that can touch , but nothing happens )
...

( my whole script )

PHP Code: (Select All)
void OnStart()
{
SetEntityPlayerInteractCallback("note3""ShowSteve"false);
AddUseItemCallback("""Acidkey""Aciddoor""UsedKeyOnDoor"true);
AddUseItemCallback("""Bucket""AcidArea""Bucket"true);
GiveItemFromFile("Bucket""chemical_container_full.ent");
PlayMusic("12_amb"true0.7f10false);
}

void ShowSteve(string &in asEntity)
{
SetEntityActive("Cellarsteve"true);
ShowEnemyPlayerPosition("Cellarsteve");


void UsedKeyOnDoor (string &in asItemstring &in asEntity)
{
SetSwingDoorLocked("Aciddoor"falsetrue);
PlaySoundAtEntity("""unlock_door.snt""Aciddoor"0false);
RemoveItem("Acidkey");

(This post was last modified: 08-19-2014, 07:50 PM by Amnesiaplayer.)
08-19-2014, 07:45 PM
Find


Messages In This Thread
Bucket to fill with acid ?! - by Amnesiaplayer - 08-19-2014, 02:46 PM
RE: Bucket to fill with acid ?! - by burge4150 - 08-19-2014, 03:06 PM
RE: Bucket to fill with acid ?! - by Rector - 08-19-2014, 03:13 PM
RE: Bucket to fill with acid ?! - by Mudbill - 08-19-2014, 05:36 PM
RE: Bucket to fill with acid ?! - by Rector - 08-19-2014, 08:22 PM
RE: Bucket to fill with acid ?! - by Mudbill - 08-19-2014, 07:44 PM
RE: Bucket to fill with acid ?! - by Amnesiaplayer - 08-19-2014, 07:45 PM
RE: Bucket to fill with acid ?! - by Mudbill - 08-19-2014, 07:55 PM
RE: Bucket to fill with acid ?! - by Mudbill - 08-19-2014, 08:20 PM
RE: Bucket to fill with acid ?! - by Mudbill - 08-19-2014, 10:21 PM
RE: Bucket to fill with acid ?! - by burge4150 - 08-20-2014, 04:45 AM
RE: Bucket to fill with acid ?! - by Mudbill - 08-20-2014, 04:50 AM
RE: Bucket to fill with acid ?! - by Slanderous - 08-20-2014, 02:31 PM



Users browsing this thread: 1 Guest(s)