Jump to content

Dune 2 Script Tools 1.3


segra

Recommended Posts

in unit.emc, each unit has a main script

[bullet]

PushWord 6000

Execute Delay

AddSP 1

Execute Die

Pop (Return)

[sonicBlast]

PushWord 1800

Execute Delay

AddSP 1

Execute Die

Pop (Return)

That code just delays script execution for the specified amount (6000 and 1800), then the unit dies

MCV has this piece of code, which i assume var 0 is the "action" button that was pushed, and 12 is ACTION_DEPLOY

l2257:

PushVar 0

PushByte 12

Evaluate Equal

IfNotGoto l2266

Execute MCVDeploy

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...