I found this while reading Half-Life tutorials here.
It tells you how to change the impulse 101 command to whatever you want.
Technically the programmer could change the 101 to whatever high number he wanted, therefore giving him a personal cheat he could use anytime if needed. I just thought it was interesting.
It tells you how to change the impulse 101 command to whatever you want.
PHP:
case 101:
gEvilImpulse101 = TRUE;
GiveNamedItem( "item_suit" );
GiveNamedItem( "item_battery" );
GiveNamedItem( "weapon_crowbar" );
GiveNamedItem( "weapon_9mmhandgun" );
ect..ect..ect..
Technically the programmer could change the 101 to whatever high number he wanted, therefore giving him a personal cheat he could use anytime if needed. I just thought it was interesting.