Search found 56 matches

by Israafiyl
Wed Feb 13, 2013 11:33 am
Forum: Help Forum
Topic: help please
Replies: 2
Views: 2479

help please

so I have my attack Alias ^ff$ and it does: if tarShield == true then send("raze "..target.." shield") end if tarRebound == true then send("raze "..target) else send("dsl "..target) end Now I want it to check needEngage and if == true then I want to engage rig...
by Israafiyl
Sat Feb 09, 2013 7:51 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: How to send a random command
Replies: 17
Views: 25839

Re: How to send a random command

how do you send the commands in order and then when done with the last repeat? Is it possible with some sort of variant of this command?
by Israafiyl
Sat Feb 09, 2013 7:12 am
Forum: Help Forum
Topic: Envenom script
Replies: 3
Views: 2929

Re: Envenom script

oh wow Ill try and do that, I just learned how to make tables today and load/save them Ill try and read up on it some more. I am not sure if that will work in achaea but maybe
by Israafiyl
Sat Feb 09, 2013 7:11 am
Forum: Help Forum
Topic: Help
Replies: 10
Views: 6694

Re: Help

The way demonnic told me to do it works fine are the others better? I dont really understand them.
by Israafiyl
Fri Feb 08, 2013 11:29 am
Forum: Help Forum
Topic: Envenom script
Replies: 3
Views: 2929

Envenom script

I was wondering if someone could help me, I am trying to make a function script called envenom() and have it in my attack aliases so that whenever I attack envenom checks my envenom table that has different combos for different situations, is this possible and if so how can I go about doing this? I ...
by Israafiyl
Fri Feb 08, 2013 3:52 am
Forum: Help Forum
Topic: Help
Replies: 10
Views: 6694

Re: Help

okay got everything figured out just not sure why my ^rene (\w+)$ alias is not working table.remove( myEnemies, string.title(matches[2])) echo("Removed "..string.title(matches[2]).." to myEnemies list") table.save(getMudletHomeDir().."/myEnemies.lua", myEnemies) I think...
by Israafiyl
Thu Feb 07, 2013 11:00 pm
Forum: Help Forum
Topic: Help
Replies: 10
Views: 6694

Help

I am trying to make a table called myEnemies that is updated to add a name by an alias ^ene (\w+)$ and ^unene (\w+) to remove a name I am confused on how to do this and how to save the table, can someone assist me please?
by Israafiyl
Tue Jan 29, 2013 10:53 am
Forum: Help Forum
Topic: GMCP room exits help, please
Replies: 8
Views: 5881

Re: GMCP room exits help, please

THank you both so very much
by Israafiyl
Mon Jan 28, 2013 4:54 am
Forum: Help Forum
Topic: GMCP room exits help, please
Replies: 8
Views: 5881

Re: GMCP room exits help, please

I want to make an alias "RUN" and when I send the command it looks at GMCP exits and then goes in one of the exit directions can someone help me?
by Israafiyl
Sun Jan 27, 2013 1:32 pm
Forum: Help Forum
Topic: GMCP room exits help, please
Replies: 8
Views: 5881

GMCP room exits help, please

hello again, I am trying to figure out how to pull the exits in the room I am currently in from GMCP as I was told this was something I can do. Could someone point me in the right direction or explain how I can do this? Very appreciated.