T trine351 New member Jun 13, 2010 #1 Comparing an Item to an Array of Strings Edit: Thanks Slyz, that worked perfect after a bit of guesswork and testing. Last edited: Jun 14, 2010
Comparing an Item to an Array of Strings Edit: Thanks Slyz, that worked perfect after a bit of guesswork and testing.
S slyz Developer Jun 13, 2010 #2 You would need to use visit_url() if you want to parse a page like this.
zarqon Well-known member Jun 14, 2010 #3 Don't know if it is helpful to anyone, but I have the following in my login script to automatically open all packages: PHP: if (can_interact()) for i from 1167 to 1171 cli_execute("use * "+to_item(i)); I'm pretty sure mafia will adjust your inventory correctly when you open packages.
Don't know if it is helpful to anyone, but I have the following in my login script to automatically open all packages: PHP: if (can_interact()) for i from 1167 to 1171 cli_execute("use * "+to_item(i)); I'm pretty sure mafia will adjust your inventory correctly when you open packages.