if GetVariable ("w1") = "" then
SetVariable "w1", "wep name"
else
SetVariable "w2", "wep name"
end if
Can you only use one else statement ????
Or is their another way around this as i wanted
to "if not "w2" then "w3" ????
SetVariable "w1", "wep name"
else
SetVariable "w2", "wep name"
end if
Can you only use one else statement ????
Or is their another way around this as i wanted
to "if not "w2" then "w3" ????