/* example Prescript script file for MPMorph */ /* This is the default do nothing script */ /* $VER: Prescript_MPM 4.4 (23.2.97) */ parse arg Base numeric digits 12 /* To read the value of e.g Movement use: options results GetAttr Base Movement var integer_variable options Note: integer_variable should be an unitialized variable */ /* To set the value of e.g. Produce to 0 use: SetAttr Base Produce 0 */ exit