|
#include "dgb_04.h"
|
|
#include "entity.h"
|
|
|
|
#define SUPER_BLOCK_MAPVAR MV_SuperBlock
|
|
#define SUPER_BLOCK_GAMEFLAG GF_DGB04_SuperBlock
|
|
#include "world/common/entity/SuperBlock.inc.c"
|
|
|
|
EvtScript N(EVS_MakeEntities) = {
|
|
EVT_MAKE_SUPER_BLOCK(500, -360, 110, 0)
|
|
Return
|
|
End
|
|
};
|