mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-04-22 00:55:46 +00:00
93 lines
3.0 KiB
Plaintext
93 lines
3.0 KiB
Plaintext
// note: Test code added to this file should not be checked in!
|
||
|
||
//*******************************************************************
|
||
// *
|
||
// *
|
||
//*******************************************************************
|
||
testscript0()
|
||
{
|
||
/#
|
||
IPrintLn( "testscript0 executed on gentity " + self GetEntNum() );
|
||
#/
|
||
}
|
||
|
||
//*******************************************************************
|
||
// *
|
||
// *
|
||
//*******************************************************************
|
||
testscript1()
|
||
{
|
||
/#
|
||
IPrintLn( "testscript1 executed on gentity " + self GetEntNum() );
|
||
#/
|
||
}
|
||
|
||
//*******************************************************************
|
||
// *
|
||
// *
|
||
//*******************************************************************
|
||
testscript2()
|
||
{
|
||
/#
|
||
IPrintLn( "testscript2 executed on gentity " + self GetEntNum() );
|
||
#/
|
||
}
|
||
|
||
//*******************************************************************
|
||
// *
|
||
// *
|
||
//*******************************************************************
|
||
testscript3()
|
||
{
|
||
/#
|
||
IPrintLn( "testscript3 executed on gentity " + self GetEntNum() );
|
||
#/
|
||
}
|
||
|
||
//*******************************************************************
|
||
// *
|
||
// *
|
||
//*******************************************************************
|
||
testscript4()
|
||
{
|
||
/#
|
||
IPrintLn( "testscript4 executed on gentity " + self GetEntNum() );
|
||
#/
|
||
}
|
||
|
||
//*******************************************************************
|
||
// *
|
||
// *
|
||
//*******************************************************************
|
||
testscript5()
|
||
{
|
||
/#
|
||
IPrintLn( "testscript5 executed on gentity " + self GetEntNum() );
|
||
#/
|
||
}
|
||
|
||
//*******************************************************************
|
||
// *
|
||
// *
|
||
//*******************************************************************
|
||
testscript6()
|
||
{
|
||
/#
|
||
IPrintLn( "testscript6 executed on gentity " + self GetEntNum() );
|
||
#/
|
||
}
|
||
|
||
//*******************************************************************
|
||
// *
|
||
// *
|
||
//*******************************************************************
|
||
testscript7()
|
||
{
|
||
/#
|
||
IPrintLn( "testscript7 executed on gentity " + self GetEntNum() );
|
||
#/
|
||
}
|
||
|
||
|
||
|
||
|