nx1-gsc-dump/common_scripts/testscripts.gsc
2024-09-04 23:46:54 +10:00

93 lines
3.0 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 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() );
#/
}