Hey folks
using the same sheme as in example script.
How do i avoid this?
using the same sheme as in example script.
As some parts of my code are in a loop it happens sometimes that some of the declared querys already exist in that scope and script will abort asap. I tried avoiding it via "exists" checking but seems if the requirements are met and it exists already it'll not update the query anymore and i'll only have "old" data.declare Level13Friends sqlitequery ${PlayerInfoDB.ExecQuery["SELECT * FROM Amadeus_Friends where level=13;"]}
How do i avoid this?