Search found 5 matches

by pim
2005-02-22 23:42:58
Forum: General
Topic: Hey.. log file generating..
Replies: 0
Views: 872

Hey.. log file generating..

Hey.. i wonder how to generate a log file out of that "textprint" "textopen" stuff..
thanks, pim
by pim
2005-02-12 22:42:23
Forum: General
Topic: array lenght :D!
Replies: 4
Views: 2041

array lenght :D!

Hey.. how can i get the lenght of an array
(array[2 ], length = 3)
by pim
2005-02-10 01:15:30
Forum: General
Topic: Array of items ..
Replies: 1
Views: 1118

Array of items ..

Hey YOKO or someone, I wish to make an array of items on my backpack.. is there any automatic function that outputs an array or i could do something such as:

For i=0 to Totalbpitems

myarray[i] = FindType()[totalbpitems]

next

a loop like such.. something like that, so i could easily ...
by pim
2005-02-08 17:57:37
Forum: General
Topic: Evaluate these scripts please..
Replies: 0
Views: 1100

Evaluate these scripts please..

Hey there..
I would like you to evaluate these scripts and tell me if they are really ok !


This one is about separating string such as "abc cdf aaa"
The output would be :
sArray[0] = Count of separated strings (3 on the sample)
sArray[1] = abc
sArray[2] = cdf
sArray[3] = aaa ...
by pim
2005-02-05 22:31:07
Forum: Help
Topic: Help with waittargettile please..
Replies: 2
Views: 1290

Help with waittargettile please..

Hey.. i've using injection's scripts to macro for a while now, and something i really can't understand is the reason for the tilenumber on the "Waittargettile" function.. isn't there a way to avoid that number? because i made a macro for fishing and i m stucked on that tilenum, since it's variable ...