Multistring should be written with bar separators as per the example in the manual.
 Code:
$RC=WriteValue("EZReg\Test", "A MultiString variable", "Line 1|Line 2|Line 3 with a || in it|" "REG_MULTI_SZ")
If @ERROR = 0
  ? "Value written to the registry"
Endif 
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.