-
Notifications
You must be signed in to change notification settings - Fork 3
/
21804_licoricequill_seedpacket.cos
65 lines (57 loc) · 1.07 KB
/
21804_licoricequill_seedpacket.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
**
** Licorice Quill script
**
** Sprites by ChameleonSushi, coding by Pilla.
**
**
** Feel free to use this code however you want.
**
**
**
** Caos2pray chunk
**
** Compiles the agent.
**
* CAOS2PRAY CHUNK
*# Pray-File "gp_licoricequill_seed_CS.agents"
*# DS-Name "GP - Licorice Quill Seed Packet"
*# attach gp_licorice_quill_CS.c16 GrenP_LicoriceQuil.catalogue
*# desc = "Yay, it's a licorice quill. When dispensed, a cute seed packet will appear.by CosmiSynth"
*# Agent Animation File = "gp_licorice_quill_CS.c16"
*# Agent Sprite First Image = 6
*# Agent Animation Gallery = "gp_licorice_quill_CS"
*# link 21804_licoricequill.cos
*
*
*
** Injection script
**
**
** The seed packet!
**
new: simp 2 23 21804 "gp_licorice_quill_CS" 1 14 rand 1000 1500
** attr: mouseable 2 + activateable 4 + invisible 16 + collide 64 + physics 128 = 210
attr 214
** Will go through some walls
perm 60
** Physics
accg 1
aero 1
fric 70
elas 20
mvsf game "CreatorX" game "CreatorY"
*
*
** Removal script
*
*
rscr
enum 2 23 21804
kill targ
next
enum 2 3 21804
kill targ
next
enum 2 4 21804
kill targ
next