How do you draw a clone?

Ok, so I want to use the draw_from() function to draw a clone. I want the clone to be specified by my variable i. How do I do that? Here's what I mean:
- Code: Select all
int i = 5;//Let's say I want to draw the fifth clone
draw_from(WhatDoIPutHere, 0, 0, 1);