-
Notifications
You must be signed in to change notification settings - Fork 3
/
21800_agmoss_JESS_4_gb.cos
55 lines (51 loc) · 1 KB
/
21800_agmoss_JESS_4_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
**
** Agressive moss 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 "gp_agmoss4_JESS.agents"
*# DSGB-Name "GP - Agressive Moss 4"
*# attach gp_agressive_moss_JESS.c16 GrenP_AggressiveMoss.catalogue
*# desc = "This moss is... Quite agressive.by Jesseth"
*# Agent Animation File = "gp_agressive_moss_JESS.c16"
*# Agent Sprite First Image = 30
*# Agent Animation Gallery = "gp_agressive_moss_JESS"
*# GB_Category = 2
*# Agent Author = "Jesseth & Pilla"
*# link 21800_agmoss_JESS.cos
*
*
** Injection script
**
inst
new: simp 2 3 21800 "gp_agressive_moss_JESS" 1 34 rand 1000 3000
** attr: mouseable 2 + invisible 16 + collide 64 + physics 128 = 210
attr 210
** Will go through some walls
perm 70
** Physics
accg 0.2
aero 10
fric 30
elas 40
velo rand -8 8 -5
tick 300
setv ov00 2
mvsf game "ch_x" game "ch_y"
slow
rscr
enum 2 3 21800
doif ov00 eq 2
kill targ
endi
next