GoAnimate Community
Register
Advertisement
Driller This page belongs to the one and only CoolGamer23.

Please do not make any edits unless you are correcting spelling/grammar errors, adding categories, or adding Drillimation related images. I'm currently watching you.

Template:CCAT

Bodyguard
Bodyguards, protect this page!

This page has been protected due to some recent vandalism by a few users. Only registered users are allowed to edit this page. If you need to request an edit, please create an account or log in.

Drilliscript

Created by

Hiroshi Takajima

First released

1986

OS

Cross platform

Filename extension

.des

Drilliscript (ドリスクリプト Dorisukuriputo) is a programming language used for making games in Driller Engine. Similar to Java, Drilliscript uses .des files for performing actions in games.

List of commands

Introduced in Driller Engine 1

Command Effect
move=direction The specified object movies in the given direction. For example, move=270 moves the specified object down.
vspeed=integer The specified object moves up or down depending on the given number. vspeed=4 moves the object down, while vspeed=-4 moves the object up.
hspeed=integer Same as vspeed, but for horizontal directions only.
gravity=direction The specified object falls in the direction given.
jump=x,y The specified object jumps to a given position in the room. For example, jump=320,240 will move the specified object to the center of the room, while jump=random will move the object to a random position in the room.
How can you explain this
"How can you explain this?"

This section of Drilliscript is incomplete. Why don't you help the GoAnimate Community by finishing it? Just smash that "Edit" button and expand it as much as you can!

Advertisement