-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVariables.txt
75 lines (48 loc) · 1.79 KB
/
Variables.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Variables.txt
System Variables - used as temp and are set each time the game runs
%bit% used to hold the architecture of the prosesser
used when calling other exe's that are bit spicific
%applequest_install_root%
Holds the current PWD of the Applequest.bat file
when useing do not put a \ between the var and other
text.
%applequest_install_root%\data will output something
like C:\AppleQuest\AppleQuest\\data
%applequest_install_root%data will output something
like C:\AppleQuest\AppleQuest\data
%PATH% Google it!
%ERRORLEVEL% outputed by some programms that can then be used to
make choices based on the output
%saveLocation% The location of the save file
== to
%applequest_install_root%saves\AQ-%charName%.save
At all times
%choice%
%cgn% can go north - flags if going north is allowed
%cgs% can go south - flags if going south is allowed
%cge% can go east - flags if going east is allowed
%cgw% can go west - flags if going west is allowed
%roomInfo% information sent to the room your in to do things with
%mapXY% used when telling your X and Y in the map.
%mapX% "
%mapY% "
### - Variables that need to be saves to each player - ###
%charName% Stores the name of the player for saving and using
it in dialogue.
%charPos% Stores the location of the player on the map [WXY]
W = world # incremented by 100
X = X value of the location on the map changed by 10
Y = Y value of the location on the map changed by 1
%charHp% Stored the health points of the player
%charMp% Stored the manna or Energy of the player
used for doing other attacks
%charGc% Gold Coins
%charRs% Ruby Strawberry
### - Un used right now but planned - ###
%optColor%
%optMoveN%
%optMoveS%
%optMoveE%
%optMoveW%
%optConsoleSize?1%
%optConsoleSize?2%