|
Post by bobby on Mar 22, 2004 23:53:00 GMT -5
how do i call a script then make its argument1 = image_single
|
|
|
Post by Antman on Mar 23, 2004 11:31:59 GMT -5
Well, to call a script, use:
<script name>(argument0,argument1,argument2...) e.g. use_item(23,'Hello')
And if you wanted to set the image single to one of the arguments, then you would write "argument0 = image_single" in the script. The first argument is called argument0, the next is argument1, and so on.
|
|