10 lines
100 B
Plaintext
10 lines
100 B
Plaintext
|
if win == 1
|
||
|
{
|
||
|
room_goto_next();
|
||
|
}
|
||
|
if win == -1
|
||
|
{
|
||
|
room_goto_previous();
|
||
|
}
|
||
|
|