1 | event_inherited() |
2 | if interact |
3 | { |
4 | scr_text() |
5 | is_talking = 1 |
6 | with (msg) |
7 | { |
8 | if (global.dunes_flag[4] < 2) |
9 | message[0] = "* As a slime, I'm outraged." |
10 | else |
11 | message[0] = "* As a slime, I'm overjoyed." |
12 | } |
13 | } |