-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathscript_224d54cf096d66fd.gsc
53 lines (49 loc) · 1022 Bytes
/
script_224d54cf096d66fd.gsc
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
// Decompiled by Serious. Credits to Scoba for his original tool, Cerberus, which I heavily upgraded to support remaining features, other games, and other platforms.
#namespace scripted;
/*
Name: main
Namespace: scripted
Checksum: 0x5B15146
Offset: 0x80
Size: 0x9A
Parameters: 0
Flags: Linked
*/
function main()
{
self endon(#"death");
self notify(#"killanimscript");
self notify(#"clearsuppressionattack");
self.codescripted[#"root"] = "body";
self endon(#"end_sequence");
self.a.script = "scripted";
self waittill(#"killanimscript");
}
/*
Name: init
Namespace: scripted
Checksum: 0x80072302
Offset: 0x128
Size: 0x4C
Parameters: 9
Flags: None
*/
function init(notifyname, origin, angles, theanim, animmode, root, rate, goaltime, lerptime)
{
}
/*
Name: end_script
Namespace: scripted
Checksum: 0x1CC19653
Offset: 0x180
Size: 0x20
Parameters: 0
Flags: Linked
*/
function end_script()
{
if(isdefined(self.___archetypeonbehavecallback))
{
[[self.___archetypeonbehavecallback]](self);
}
}