mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-07-11 05:21:54 +00:00
Incomplete SP dump provided by Louvenarde
This commit is contained in:
14
character/nx_character_ec_lab_hazmat.gsc
Normal file
14
character/nx_character_ec_lab_hazmat.gsc
Normal file
@ -0,0 +1,14 @@
|
||||
// THIS FILE IS AUTOGENERATED, DO NOT MODIFY
|
||||
main()
|
||||
{
|
||||
self setModel("nx_ec_lab_body_hazmat_a");
|
||||
self attach("nx_ec_lab_head_mask_a", "", true);
|
||||
self.headModel = "nx_ec_lab_head_mask_a";
|
||||
self.voice = "american";
|
||||
}
|
||||
|
||||
precache()
|
||||
{
|
||||
precacheModel("nx_ec_lab_body_hazmat_a");
|
||||
precacheModel("nx_ec_lab_head_mask_a");
|
||||
}
|
Reference in New Issue
Block a user