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 Checks whether you got an item
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#1
Checks whether you got an item

Correct me if I'm wrong, but would it be like this:


HasItem("stone_hammer_1");
if (alState == 0)
{
GiveItemFromFile("stone_hammer_1", "stone_hammer.ent");
return;
}

I thought that would be it but it wasn't... may be im missing something huge here?

And yes I know that i need to put this in the function block

10-25-2011, 08:45 AM
Find


Messages In This Thread
Checks whether you got an item - by flamez3 - 10-25-2011, 08:45 AM
RE: Checks whether you got an item - by jens - 10-25-2011, 11:31 AM
RE: Checks whether you got an item - by Apjjm - 10-25-2011, 11:33 AM
RE: Checks whether you got an item - by flamez3 - 10-25-2011, 12:29 PM



Users browsing this thread: 1 Guest(s)