We do this so we can have one Cript for multiple remaps
| 19 | |
| 20 | // We do this so we can have one Cript for multiple remaps |
| 21 | do_create_instance() |
| 22 | { |
| 23 | if (instance.size() > 0) { |
| 24 | instance.data[0] = integer(AsString(instance.data[0])); |
| 25 | } else { |
| 26 | instance.data[0] = 0; |
| 27 | } |
| 28 | } |
| 29 | |
| 30 | do_remap() |
| 31 | { |