shoddycollins
Well-Known Member
- Joined
- Jan 17, 2015
- Messages
- 11,512
- Reaction score
- 3,578
- Points
- 113
- Location
- In the managerless wonderland
- Supports
- Carlisle United
1 LOAD subroutines/leaguetwo/carlisleathome
2 HOPE = 10
3 n= random(1,2,3,4)
3 LOAD subroutines/chancegoesbegging
4 HOPE = HOPE - 1
5 IF HOPE > 0 THEN RETURN to 3
6 IF HOPE = 0 LOAD subroutines/newportgoal * n
7 END
8 LOAD subroutines/booing
2 HOPE = 10
3 n= random(1,2,3,4)
3 LOAD subroutines/chancegoesbegging
4 HOPE = HOPE - 1
5 IF HOPE > 0 THEN RETURN to 3
6 IF HOPE = 0 LOAD subroutines/newportgoal * n
7 END
8 LOAD subroutines/booing