Search found 56 matches

by Israafiyl
Sat Oct 19, 2013 4:59 am
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 21131

Re: assistance please

Thank you again Mork. I had actually tried something similar and get the error:
<[string "function Alias226()..."]:3: bad argument #1 to 'pairs' (table expected, got nil)>
with both mine and your code. I am just not sure how else I could do this, do you have any ideas?
by Israafiyl
Fri Oct 18, 2013 11:08 pm
Forum: Whatever
Topic: Programmer wanted!
Replies: 0
Views: 3788

Programmer wanted!

Hello all. My name is Rodney, I am a student who is working on their BAS in computer science. I recently moved to the area where I attend university and have an upcoming assignment where I must have an informational interview with someone in the field I hope to enter after graduation. The interview ...
by Israafiyl
Fri Oct 18, 2013 10:04 am
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 21131

Re: assistance please

So after attempting to get this to work every way I possibly know how (which really is limited) I ask again for help. Is there a way for me to make this: for x in pairs(gmcp.Room.Info.exits) do if svo.bals.balance and svo.bals.equilibrium and not svo.affl.prone then send("shoot "..target.....
by Israafiyl
Tue Oct 15, 2013 7:37 am
Forum: Help Forum
Topic: ERROR with highlight alias
Replies: 2
Views: 2343

Re: ERROR with highlight alias

I will try. Thanks Mork!
by Israafiyl
Tue Oct 15, 2013 4:30 am
Forum: Help Forum
Topic: ERROR with highlight alias
Replies: 2
Views: 2343

ERROR with highlight alias

I am getting this error while trying to use an alias that highlights words. The code is as follows along with the error. Any help would be greatly appreciated. code: find = string.title(matches[2]) findLow = matches[2] cecho("Keeping an eye out for: "..findLow.."\n") send(" ...
by Israafiyl
Thu Oct 10, 2013 1:42 am
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 21131

Re: assistance please

Thank you!
by Israafiyl
Wed Oct 09, 2013 5:52 pm
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 21131

Re: assistance please

would I put this temp trigger into the alias or would i create a trigger Your arrow strikes true! and put the above code into such?
by Israafiyl
Wed Oct 09, 2013 4:37 pm
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 21131

Re: assistance please

also it appears that the alias is not working properly. In debug I get:

LUA: ERROR running script snipe (Alias208) ERROR:[string "function Alias208()..."]:3: bad argument
#3 to 'format' (string expected, got nil)
by Israafiyl
Wed Oct 09, 2013 4:29 pm
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 21131

Re: assistance please

First off thank you very much for your assistance!
Is there a way to incorporate the trigger line "Your arrow strikes true!" to this so I know the arrow actually hit my target, as sometimes it misses...? Thanks again Mork!
by Israafiyl
Wed Oct 09, 2013 3:23 am
Forum: Help Forum
Topic: assistance please
Replies: 26
Views: 21131

assistance please

Greetings, I am wishing to make a trigger that, once I strike my target with an arrow I call out over a channel that the target was struck and which direction the shot hit. This is usually a simple task for me but I am now using GMCP to snipe in EVERY direction (as to not have to specify such while ...