Skip to content

Commit

Permalink
minor restructuring of procedure list
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumApprentice committed Apr 9, 2021
1 parent 87facb9 commit d7bac5f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Party Member Template.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,15 @@ procedure push_p_proc;
procedure Node998; // This Node is Always Combat
procedure Node999; // This Node is Always Ending

// The next lines are added in by the Designer Tool.
procedure Node000;
procedure Node001;
procedure Node002;
procedure Join_Party; // Party Join node

/*****************************************************************
Party Member pre-requisites
These lines are necessary for the critter to join the player
as a party member.
*****************************************************************/
procedure Node000;
procedure Node001;
procedure Node002;
procedure Join_Party; // Party Join node
procedure Node1000; // Main party member node
procedure Node1001; // heal yourself
procedure Node1002; // wait here
Expand Down

0 comments on commit d7bac5f

Please sign in to comment.