-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathtemplates.txt
57 lines (52 loc) · 899 Bytes
/
templates.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
cleo=CLEO script
={$CLEO .cs}
=0000:
=
=|
=
=0A93: terminate_this_custom_script
load=model request and load
=0247: load_model #|
=
=while 8248: not model # available
= wait 0
=end
def=Check if player is defined
=if
= 0256: player $PLAYER_CHAR defined
=then
=
=end
scm=Multifile template (VC)
=DEFINE MISSIONS 0
=//DEFINE MISSION {ID} 0 AT {LABEL} @
=
=|
=
=while true
= wait 250
=end
bthold=Hold ingame button template
=if // Insert the number of the ingame button to hold below
= 00E1: player 0 pressed_key |
=then
= if // Insert the intended milliseconds threshold below
= timera >
= then
=
= end
=else
= timera = 0
=end // if
kbhold=Hold keyboard button template
=if // Insert the number of the keyboard button to hold below
= 0AB0: is_key_pressed |
=then
= if // Insert the intended milliseconds threshold below
= timera >
= then
=
= end
=else
= timera = 0
=end // if