View previous topic :: View next topic |
Author |
Message |
lironf16 Expert Cheater
Reputation: 0
Joined: 21 Aug 2006 Posts: 110
|
Posted: Thu Nov 06, 2008 6:47 pm Post subject: how do i write text in ac tool? |
|
|
hi
what is the command for writing text in ac tool? i tryed "say" but i have some probs with it
(i need this for login)
and is there a way to make a "group" of some commands to one command?
for example: i have command that tells go to castle and upgrade
so i need few commands for it lets say like 5 so how i take this 5 and make it to one command and give it a name, like "castle upgrade"
thanks
|
|
Back to top |
|
 |
Innovation Grandmaster Cheater
Reputation: 12
Joined: 14 Aug 2008 Posts: 617
|
Posted: Thu Nov 06, 2008 8:10 pm Post subject: |
|
|
To send characters:
If you mean you want to make a function:
Code: | procedure Castle_Upgrade
// Commands go here...
end
call Castle_Upgrade |
Last edited by Innovation on Thu Apr 19, 2012 6:13 pm; edited 2 times in total |
|
Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Thu Nov 06, 2008 8:59 pm Post subject: Re: how do i write text in ac tool? |
|
|
lironf16 wrote: | hi
what is the command for writing text in ac tool? i tryed "say" but i have some probs with it
(i need this for login)
and is there a way to make a "group" of some commands to one command?
for example: i have command that tells go to castle and upgrade
so i need few commands for it lets say like 5 so how i take this 5 and make it to one command and give it a name, like "castle upgrade"
thanks |
best thing is to learn the language. And hang out on a site dealing with this code. http://www.actool.net/
You will learn it allot faster then here.
|
|
Back to top |
|
 |
lironf16 Expert Cheater
Reputation: 0
Joined: 21 Aug 2006 Posts: 110
|
Posted: Fri Nov 07, 2008 6:42 am Post subject: |
|
|
thanks! really helped me
that object thing really awsome and make all thing lot easier
but there is a way to put all objects saved somewhere?
example:
my file looks somthing like this:
procedure blabla
commands
end
procedure blabla2
commands
end
call blabla
callblabla2
but a lots of commands in start of file so it makes little mess
can i save all the objects in one spot so they want be in start of my file? so all my file will look like
"call blabla"
"call blabla2"
without the actual commands in start of it?
|
|
Back to top |
|
 |
Fortatub How do I cheat?
Reputation: 0
Joined: 11 May 2010 Posts: 1
|
Posted: Tue May 11, 2010 5:07 am Post subject: Includes (*.inc files) |
|
|
ACTools has (in it's helpfile) a way to make ... a DLL type of macro you can put into others you run. They are called Includes. the details on that part of the internal help , is very explicit, so i wish you the best
|
|
Back to top |
|
 |
|