Graal Pastebin

New Paste
Pasted on June 25, 2012.
View the raw file

 
LINK gg_inside-eventshouse.nw 30 45 4 1 8.7 9.1
NPC gg_icon-neonsuit.gif 24 19
join( "object_buy" );
function onCreated()
  {
  setimg( "gg_icon-neonsuit.gif" );
  this.eventItem = true;
  this.itemName = "Neon Suit";
  this.realItem = "Prize/NeonSuit";
  this.itemImage = "gg_icon-neonsuit.gif";
  this.itemDescription = "This prize changes your outfit random colors!";
  this.itemPrice = 10;
  this.shopName = "EventHouse";
}
NPCEND
NPC gg_icon-pointer.png 24 22
join( "object_buy" );
function onCreated()
  {
  y += .2;
  setimg( "gg_icon-pointer.png" );
  this.eventItem = true;
  this.itemName = "Outfit Copyer";
  this.realItem = "Prize/OutfitCopyer";
  this.itemImage = "gg_icon-pointer.png";
  this.itemDescription = "This prize allows you to copy other users outfit!";
  this.itemPrice = 30;
  this.shopName = "EventHouse";
}
NPCEND
NPC gg_icon-zoom.gif 36 22
join( "object_buy" );
function onCreated()
  {
  setimg( "gg_icon-zoom.gif" );
  this.eventItem = true;
  this.itemName = "Zoom";
  this.realItem = "Prize/Zoom";
  this.itemImage = "gg_icon-zoom.gif";
  this.itemDescription = "This prize allows you to change your size anywere from .5 - 2!";
  this.itemPrice = 50;
  this.shopName = "EventHouse";
}
NPCEND
NPC gg_icon-exotic.png 34 25
join( "object_buy" );
function onCreated()
  {
  this.x += 0.5;
  setimg( "gg_icon-exotic.png" );
  this.eventItem = true;
  this.itemName = "Exotic";
  this.realItem = "Prize/Exotic";
  this.itemImage = "gg_icon-exotic.png";
  this.itemDescription = "This prize shows alot of yourself warping around you!";
  this.itemPrice = 40;
  this.shopName = "EventHouse";
}
NPCEND
NPC gg_icon-plasmagun.gif 46 18
join( "object_buy" );
function onCreated()
  {
  x += .5;
  setimg( "gg_icon-plasmagun.gif" );
  this.eventItem = true;
  this.itemName = "PlasmaGun";
  this.realItem = "Guns/PlasmaGun";
  this.itemImage = "gg_icon-plasmagun.gif";
  this.itemDescription = "Clip Size: 30<br>Spread: 0<br>Damage: 15<br>Single Shot: 1<br>Burst Shot: 1<br>Reload Time: .5<br>Rate Of Fire: 0.1<br>Freeze Delay: .1<br>Modes: Full-Automatic Mode, Single Shot";
  this.itemPrice = 125;
  this.idleGani = "gg_plasma-idle";
  this.shopName = "EventHouse";
}
NPCEND
NPC gg_icon-pet.gif 21 25
join( "object_buy" );
function onCreated()
  {
  x += .3;
  y -= .5;
  setimg( "gg_icon-pet.gif" );
  this.eventItem = true;
  this.itemName = "Pet";
  this.realItem = "Prize/Pet";
  this.itemImage = "gg_icon-pet.gif";
  this.itemDescription = "This prize is a loyal friend that follows you around and is very special!";
  this.itemPrice = 40;
  this.idleGani = "";
  this.shopName = "EventHouse";
}
NPCEND
NPC bcalarmclock.png 21 35
join( "object_buy" );
function onCreated()
  {
  y -= .5;
  setimg( "bcalarmclock.png" );
  this.eventItem = true;
  this.itemName = "MotionBlur";
  this.realItem = "Prize/MotionBlur";
  this.itemImage = "bcalarmclock.png";
  this.itemDescription = "Run like a ninja!";
  this.itemPrice = 50;
  this.idleGani = "";
  this.shopName = "EventHouse";
}
NPCEND
NPC bcalarmclock.png 41 35
join( "object_buy" );
function onCreated()
  {
  y -= .5;
  setimg( "bcalarmclock.png" );
  this.eventItem = true;
  this.itemName = "Transparent";
  this.realItem = "Prize/Transparent";
  this.itemImage = "bcalarmclock.png";
  this.itemDescription = "This prize makes you go transparent like a ghost!";
  this.itemPrice = 50;
  this.idleGani = "";
  this.shopName = "EventHouse";
}
NPCEND
NPC gg_icon-playerdoll.gif 27 25
join( "object_buy" );
function onCreated()
  {
  x += .6;
  setimg( "gg_icon-playerdoll.gif" );
  this.eventItem = true;
  this.itemName = "Player Doll";
  this.realItem = "Prize/Doll";
  this.itemImage = "gg_icon-playerdoll.gif";
  this.itemDescription = "This prize shows another one of you following you and its smaller then you!";
  this.itemPrice = 40;
  this.shopName = "EventHouse";
}
NPCEND
NPC gg_icon-ghostaxe.png 43 25
join( "object_buy" );
function onCreated()
  {
  x += .5;
  setimg( "gg_icon-ghostaxe.png" );
  this.eventItem = true;
  this.itemName = "Ghost Axe";
  this.realItem = "Melee/GhostAxe";
  this.itemImage = "gg_icon-ghostaxe.png";
  this.itemDescription = "This Is A Powerful Axe That Does 20 Dmg!.";
  this.itemPrice = 60;
  this.idleGani = "gg_ghost-axe_strike";
  this.shopName = "EventHouse";
}
NPCEND
NPC gg_icon-lightsaber.gif 31 32
join( "object_buy" );
function onCreated()
  {
  x += .3;
  setimg( "gg_icon-lightsaber.gif" );
  this.eventItem = true;
  this.itemName = "LightSaber";
  this.realItem = "Prize/LightSaber";
  this.itemImage = "gg_icon-lightsaber.gif";
  this.itemDescription = "A Powerful Light Saber that can switch with V from 1 sided light saber/20dmg to 2 sided light saber/25dmg and you can choose diffrent colors with C and you can dodge using E!";
  this.itemPrice = 250;
  this.idleGani = "gg_lightsaber-attack";
  this.shopName = "EventHouse";
}
NPCEND
NPC gg_icon-plasmacannon.gif 14 18
join( "object_buy" );
function onCreated()
  {
  x += .5;
  setimg( "gg_icon-plasmacannon.gif" );
  this.eventItem = true;
  this.itemName = "PlasmaCannon";
  this.realItem = "Guns/PlasmaCannon";
  this.itemImage = "gg_icon-plasmacannon.gif";
  this.itemDescription = "Clip Size: 40<br>Spread: .1<br>Damage: 25<br>Single Shot: 1<br>Burst Shot: 1<br>Reload Time: 1<br>Rate Of Fire: .2<br>Freeze Delay: .1<br>Modes: Plasma Mode, MegaPlasma Mode";
  this.itemPrice = 125;
  this.idleGani = "gg_guns-plasmacannon_idle";
}
NPCEND
NPC bcalarmclock.png 39 18
join( "object_buy" );
function onCreated()
  {
  y -= .5;
  setimg( "bcalarmclock.png" );
  this.eventItem = true;
  this.itemName = "Laz0r";
  this.realItem = "Guns/Laz0r";
  this.itemImage = "bcalarmclock.png";
  this.itemDescription = "I'MA FIRIN' MA LAZ0R!!!";
  this.itemPrice = 120;
  this.idleGani = "";
  this.shopName = "EventHouse";
}
NPCEND
NPC gg_icon-bow.gif 31 18
join( "object_buy" );
function onCreated()
  {
  x -= .5;
  setimg( "Melee/Bow" );
  this.eventItem = true;
  this.itemName = "Bow";
  this.realItem = "Melee/Bow";
  this.itemImage = "gg_icon-bow.gif";
  this.itemDescription = "A Strongly strung bow. Does 30dmg. Can change colors with "c"!";
  this.itemPrice = 300;
  this.idleGani = "gg_bow-idle";
  this.shopName = "EventHouse";
}
NPCEND
NPC mesh_fiery-light.gif 49 32
if (created) {x+=.5
}
NPCEND
NPC mesh_fiery-light.gif 13 32
if (created) {x+=.5
}
NPCEND
NPC light2.png 10 29
if (created)
dontblock;
//#CLIENTSIDE
if (playerenters) {
setcoloreffect .5,0,.75,0.5;
drawaslight;
this.light = 2;
timeout = 0.05;
}
if (timeout) {
this.light += random(-0.2,0.2);
if (!(this.light in |1,3|))
this.light = 2;
setzoomeffect this.light;
timeout = 0.05;
}
NPCEND
NPC light2.png 46 29
if (created)
dontblock;
//#CLIENTSIDE
if (playerenters) {
setcoloreffect .5,0,.75,0.5;
drawaslight;
this.light = 2;
timeout = 0.05;
}
if (timeout) {
this.light += random(-0.2,0.2);
if (!(this.light in |1,3|))
this.light = 2;
setzoomeffect this.light;
timeout = 0.05;
}
NPCEND
NPC gg_potion-4.png 38 25
join( "object_buy" );
function onCreated()
{
  x += .5;
  y -= .65;
  setimg( "gg_potion-4.png" );
  this.eventItem = true;
  this.itemName = "Super Potion";
  this.realItem = "Potion/Super Health";
  this.itemImage = "gg_potion-4.png";
  this.itemDescription = "Level 4 Potion: Increases Max HP by 25 (One time use)!";
  this.itemPrice = 75;
  this.shopName = "EventHouse";
}
NPCEND
 
  • 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
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280