Incurso
|
  |
| Joined: 13 Apr 2010 |
| Total Posts: 11152 |
|
|
| 23 May 2015 11:20 AM |
I dont really know to explain it, but basically I want a script to contstantly check for something in you inventory. I have the first part but it only checks once how do I make it check everytime |
|
|
| Report Abuse |
|
|
|
| 23 May 2015 11:20 AM |
.Changed event.
Don't use a while true do loop though.
Enjoying your stay at the Scripters Forum? Join this! http://www.roblox.com/My/Groups.aspx?gid=2582784 |
|
|
| Report Abuse |
|
|
Incurso
|
  |
| Joined: 13 Apr 2010 |
| Total Posts: 11152 |
|
|
| 23 May 2015 11:22 AM |
local xAmmo, yAmmo = searchItem("itemDEATH"); local xSpace, ySpace = searchItem(""); if xAmmo ~= -1 and xSpace ~= -1 then delay(0, function() spawnZombies(); end) end
how would you do it with this script |
|
|
| Report Abuse |
|
|