Actually this works fine for me:
tell application id "DNtp"
set theRec to selected record 1
set theDate to current date
tell theRec to make new reminder with properties {due date:theDate, schedule:monthly, interval:2}
end tell
See folder ~/Library/Application Scripts/com.devon-technologies.think3/Smart Rules
for some additional examples.