-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path21801_fleecealgae_gb.cos
69 lines (63 loc) · 1.09 KB
/
21801_fleecealgae_gb.cos
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
**
** Fleece algae script
**
** Sprites by Jesseth, coding by Pilla.
**
**
** Feel free to use this code however you want.
**
**
**
** Caos2pray chunk
**
** Compiles the agent.
**
* CAOS2PRAY CHUNK
*# Pray-File "gb_fleece_algae_JESS.agents"
*# DSGB-Name "Fleece Algae GB"
*# attach gp_fleece_algae_JESS.c16 GrenP_FleeceAlgae.catalogue
*# desc = "Some pretty fleece algae to decorate your underwater areas. Sprites by Jesseth"
*# Agent Animation File = "gp_fleece_algae_JESS.c16"
*# Agent Sprite First Image = 0
*# Agent Animation Gallery = "gp_fleece_algae_JESS"
*# Agent Author = "Jesseth & Pilla"
*# GB_Category = 4
*# link 21801_fleecealgae.cos
*
*
*
** Injection script
**
**
** Algae seed
**
inst
new: simp 2 3 21801 "gp_fleece_algae_JESS" 1 0 rand 1000 2000
** attr: mouseable 2 + collide 64 + physics 128 = 194
attr 194
** Will go through most walls
perm 30
** Physics
accg 0.01
aero 1
fric 50
elas 80
** launch seed
velo rand -7 7 -2
tick rand 100 200
mvsf game "ch_x" game "ch_y"
slow
**
** Scripts
**
**
rscr
enum 2 23 21801
kill targ
next
enum 2 3 21801
kill targ
next
enum 2 4 21801
kill targ
next