sub AddDodgeS (strTriggerName, strLine, arrWildCards)
dim dodgeS = world.getvariable ("dodgesuccess")
dodgeS = dodgeS + 1
world.setvariable "dodgesuccess", dodgeS
end sub
How come this won't work? guess it's something with the dodgeS = dodgeS + 1 or something?
Please help :)
/Simon
dim dodgeS = world.getvariable ("dodgesuccess")
dodgeS = dodgeS + 1
world.setvariable "dodgesuccess", dodgeS
end sub
How come this won't work? guess it's something with the dodgeS = dodgeS + 1 or something?
Please help :)
/Simon