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
Having issues w/ script
RaideX Offline
Member

Posts: 212
Threads: 33
Joined: May 2013
Reputation: 7
#2
RE: Having issues w/ script

this may be ur problem:

try to change this

PHP Code: (Select All)
if(HasItem("item_screwdriver_2")) 

to this:

PHP Code: (Select All)
if(HasItem("item_screwdriver_2") == true

If you don't draw first, you don't get to draw at all... -The False Shepherd
12-15-2013, 09:57 PM
Find


Messages In This Thread
Having issues w/ script - by str4wberrypanic - 12-15-2013, 09:52 PM
RE: Having issues w/ script - by RaideX - 12-15-2013, 09:57 PM
RE: Having issues w/ script - by str4wberrypanic - 12-15-2013, 10:22 PM
RE: Having issues w/ script - by RaideX - 12-15-2013, 10:35 PM
RE: Having issues w/ script - by str4wberrypanic - 12-15-2013, 10:43 PM
RE: Having issues w/ script - by Daemian - 12-15-2013, 11:00 PM
RE: Having issues w/ script - by str4wberrypanic - 12-15-2013, 11:06 PM
RE: Having issues w/ script - by Daemian - 12-15-2013, 11:54 PM
RE: Having issues w/ script - by Romulator - 12-16-2013, 12:54 AM
RE: Having issues w/ script - by str4wberrypanic - 12-18-2013, 12:48 AM
RE: Having issues w/ script - by Traggey - 12-19-2013, 10:47 PM



Users browsing this thread: 1 Guest(s)