Update scripts to better decompiled scripts.

This commit is contained in:
JezuzLizard
2023-10-26 13:13:39 -07:00
parent 26ba037e40
commit d02a9efd43
2879 changed files with 493771 additions and 466190 deletions

View File

@ -0,0 +1,19 @@
// T6 GSC SOURCE
// Decompiled by https://github.com/xensik/gsc-tool
#include codescripts\character;
setmodelfromarray( a )
{
self setmodel( a[randomint( a.size )] );
}
precachemodelarray( a )
{
for ( i = 0; i < a.size; i++ )
precachemodel( a[i] );
}
attachfromarray( a )
{
self attach( codescripts\character::randomelement( a ), "", 1 );
}