Search: Home | Atlas | Guides | Tests | Research | Index | Recent Changes | Preferences | Login

Macros > Mezmera

These are some simple macros i made

i am constantly making new macros so if any of you have an idea for one or a suggestion to better one pls chat mezmera in game. thankyou.

picture taker this mcro takes 1 picture a minute for a number of minutes you specify. copy the following text and paste in ACtool

// to use this macro you will have to create a create a folder called "img" in your actool folder(C:\programfiles\actool)
// to view the pictures open the file you created.
//this mcro take 1 picture a second

setactivewindow egenesis client
constants

time = 5 // amount of time to record in minutes


//don't tweek these
loop1 = 0
l1 = 1
end
compute time = $time * 60
set loop1 = $time
delay 1
loop $loop1
delay 1 sec
savescreen /img/$l1
compute l1 = $l1 + 1
end
stop

Home | Atlas | Guides | Tests | Research | Index | Recent Changes | Preferences | Login
You must log in to edit pages. | View other revisions
Last edited September 30, 2005 10:10 pm by Sabt-Pestnu (diff)
Search: