Made NPCs now work properly on multiworld system. Solved multiple issues regarding Player Shops not giving back items properly when owner exits. Added restriction on changing channels at FM rooms, preventing shop owner entering Cash Shop.
12 lines
186 B
JavaScript
12 lines
186 B
JavaScript
/* Ardin
|
|
Ariant
|
|
*/
|
|
|
|
|
|
function start() {
|
|
cm.sendNext ("Hey hey, don't try to start trouble with anyone. I want nothing to do with you.");
|
|
}
|
|
|
|
function action() {
|
|
cm.dispose();
|
|
} |