Search found 7 matches

by kong
Wed Jul 30, 2008 12:30 pm
Forum: General Help (096)
Topic: Few questions
Replies: 12
Views: 9992

Just wondering, are there any invisible object yet, because I fear that between the time I create it and make it invisible that It apear on the screen. Also, where can I find the object with their number and what they look like? So for now I create a temporary Object, but When I check LOS between th...
by kong
Wed Jul 30, 2008 12:06 pm
Forum: General Help (096)
Topic: Few questions
Replies: 12
Views: 9992

Oh great, so I guess I could create two object both invisible and check based on that?
by kong
Wed Jul 30, 2008 11:50 am
Forum: General Help (096)
Topic: Few questions
Replies: 12
Views: 9992

Yes I want to use CheckLineOfSight but I don't know how to pass my parameters to it. I have 4 int. Origin X and Y, and Destination X and Y. If you could tell me how to store them into an object to pass it that would be perfect.

Thank
by kong
Wed Jul 30, 2008 10:51 am
Forum: General Help (096)
Topic: Few questions
Replies: 12
Views: 9992

Ok I found out the anwer to my question 3. I actually already found out before but when I was trying to show it, I forgot to CStr it.

I have another question, how can I check If I have LOS between two coordinate (they are not in a UObject, but I have 4 int (x,y) x2.
by kong
Wed Jul 30, 2008 5:58 am
Forum: General Help (096)
Topic: Few questions
Replies: 12
Views: 9992

Thank everyone for your helpfull informations. I still have 3 question. Where can I find information about the calling method of .command. Where do I find information about the WHO object that is pass to my command (It's attributes etc) How do I find out what coordinate (or what direction) my char i...
by kong
Tue Jul 29, 2008 11:33 am
Forum: General Help (096)
Topic: Few questions
Replies: 12
Views: 9992

Ya I'm already using the TargetCoordinates command but I just wanted to see how it was done in the upper levels.

So it is pass as order, then how do I find the passed parameters when I do a .command?
by kong
Tue Jul 29, 2008 10:47 am
Forum: General Help (096)
Topic: Few questions
Replies: 12
Views: 9992

Few questions

Hi, I'd like to know how parameters are managed. As an exemple I create a new dot command which will cast a spell on somebody such as flamestrike. As I can see, when you create the dot command script program, you can add the parameters you want. Like who, parms. How are these binded to the calling m...