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
Im here once again and once again need help ! (Amnesia Custom Story)
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#6
RE: Im here once again and once again need help ! (Amnesia Custom Story)

(12-07-2011, 03:00 PM)BesTCracK Wrote: Ehm okay thanks it works but if i want the potion i created by mixing the two potions i want the created potion mix with one more potion how i have to do it ?? Pls help ! Smile
I think you just confused me. I'm thinking you want to make the potion that was made by the two potions originally make another potion once another potion is used on it. Just do the same thing:

PHP Code: (Select All)
void OnStart()
{
AddUseItemCallback("""potion3""used on what entity""potion_func3"true);
}
void potion_func1(string &in asItemstring &in asEntity)
{
SetEntityActive("potion_4"true);
RemoveItem("potion3");



If that is not what you want, reply and tell me what you want in detail.

(This post was last modified: 12-07-2011, 03:07 PM by flamez3.)
12-07-2011, 03:07 PM
Find


Messages In This Thread
RE: Im here once again and once again need help ! (Amnesia Custom Story) - by flamez3 - 12-07-2011, 03:07 PM



Users browsing this thread: 2 Guest(s)