fb:porticula NoPaste
O_o
Uploader: | MilkFreeze |
Datum/Zeit: | 24.06.2012 00:27:36 |
if contains(k) then
replace(k,t)
exit sub
end if
add(k,t)
'statt:
if contains(k) then
replace(k,t)
else
add(k,t)
end if