8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
|
/// @description (Old DnD) - next room
|
||
|
function action_next_room() {
|
||
|
room_goto_next();
|
||
|
|
||
|
|
||
|
|
||
|
}
|