Main public logs
Appearance
Combined display of all available logs of Kingpin Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:09, 5 April 2025 FREDZ talk contribs created page Jed (Created page with "Old name for Fingers? <syntaxhighlight lang="c"> // Test script using doors.bsp case NAME_JED: if (!strcmp( scriptname, "jed_script" )) { // Tell Jed to start evading Buster ent->enemy = EP_GetCharacter( NAME_BUSTER ); AI_RecordSighting( ent, ent->enemy, VectorDistance( ent->s.origin, ent->enemy->s.origin ) ); ent->cast_info.currentmove = ent->cast_info.move_evade; } break; case NAME_BUSTER: if (!strcmp( scriptname, "buster_script" ))...")