Jump to content

Jed: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 April 2025

  • curprev 00:0900:09, 5 April 2025 FREDZ talk contribs 809 bytes +809 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" ))..."