-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fb493a
commit f7b6dd6
Showing
10 changed files
with
663 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
; | ||
|
||
:loc3 | ||
pln Test 3 | ||
btn loc1, Назад | ||
end | ||
|
||
include inc2.qst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
|
||
|
||
:loc1 | ||
; | ||
gametitle = "serg" | ||
; | ||
:loc1 | ||
a =(2+2)*2+1 | ||
p 123 | ||
p 456 | ||
p 789 | ||
pln hhhh | ||
pln Test 1 | ||
btn loc2, 2 | ||
btn loc3, 3 | ||
end | ||
pln Значение переменной А: #a$ | ||
btn loc2, Локация 2 | ||
btn loc3, Локация 3 | ||
btn loc4, Локация 4 | ||
end | ||
|
||
:loc2 | ||
:loc2 | ||
pln Test 2 | ||
btn loc1, ����� | ||
end | ||
btn loc1, Назад | ||
end | ||
|
||
|
||
include inc.qst | ||
include inc1.qst | ||
|
||
|
Oops, something went wrong.