Bad text drawing lol-Alpha
Remember that marshmallow from Ghost Busters? marsh is a Canadian version of that.
Hello! I am French and I have found my happiness on your software.
"Give a man a fish, he will eat for a day. Teach a man to fish, he will eat for a lifetime"
Don't be a pansy! If you want to change how something works, first look at how it is already works. Once you understand what is already there, you can begin changing it. Its BASIC psychology.
is range still an issue?just make a range/distance sub and use a variable to determine what is too far away.I made one but I no longer have vb installed atm.you just compare X's and Y's and determine if the distance is too much.
go to ur penis yorty
For some strange reason, this isn't working. I'm not a noob when it comes to scripting and I cant find the problem. I run a test on the main.txt and nothings wrong.
ok here is a shot an an algorythm for you...Warning! I am rusty as I havent been scripting... just got back into it yesterday.-------------------------------range(index, target, range)PX=playerx(...)PY=playery(...)TX=targetx(...)TY=targety(...)if TX is > PX+range or < PX-range thentell player too farrepeat for YElse give the ok------------------------------------------
You would make the spell as any other spell, just set the mode to "Scripted", and just install it as a Scripted Spell (in the scripted spell sub, refer to a tutorial on installing scripts).And yes, you can customize it; that's why I have the Calls set up as they are.