mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-10-29 09:36:58 +00:00
Incomplete SP dump provided by Louvenarde
This commit is contained in:
14
character/nx_character_exfil_swat_b.gsc
Normal file
14
character/nx_character_exfil_swat_b.gsc
Normal file
@@ -0,0 +1,14 @@
|
||||
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
||||
main()
|
||||
{
|
||||
self setModel("nx_jk_swat_body_a");
|
||||
self attach("exfil_swat_head_b", "", true);
|
||||
self.headModel = "exfil_swat_head_b";
|
||||
self.voice = "indonesian";
|
||||
}
|
||||
|
||||
precache()
|
||||
{
|
||||
precacheModel("nx_jk_swat_body_a");
|
||||
precacheModel("exfil_swat_head_b");
|
||||
}
|
||||
Reference in New Issue
Block a user