Search found 1 match
- Thu Jul 27, 2017 10:09 pm
- Forum: LUA Scripting
- Topic: Potion Script 4 all Classes
- Replies: 3
- Views: 120
Re: Potion Script 4 all Classes
why not just modify HelperFunction.lua like this ? -- Check if this is a life potion if string.find( Inventory:GetName(), "Design" ) == nil and ( string.find( Inventory:GetName(), "Recovery Potion" ) ~= nil or string.find( Inventory:GetName(), "Recovery Potion" ) ~= nil ) then if string.find( Invent...