| 09-25-2003, 02:52 AM | #1 |
could you put c language in warcraft 3 triggers? say like you convert ato custom text then you type include studx.std thing then printf{ hi } { } will warcraft 3 read it and display the message? |
| 09-25-2003, 03:16 AM | #2 |
No. |
| 09-25-2003, 03:59 AM | #3 |
Trigger language for wc3 is written in JASS script and read as if it were JASS script, therefore if you write it in C it will probably find errors in everything you wrote. |
| 09-25-2003, 01:41 PM | #4 |
If you already know C , learning Jass isn't going to be difficult for you AI and Jass FAQ The AI / Jass Vault |
| 09-25-2003, 02:40 PM | #5 |
i was reading the faq, and i wondererd, how much functions are there, and what are they? imean its kinda like C, there are like many many many and i usually haveta look it up, but is there a thread where it shows them all? |
| 09-25-2003, 02:47 PM | #6 |
There is a file inside the mpq , Blizz.j it is txt , and shows the Functions Names, Better instructions about how to use them are inside the faq, at least they where the last time I saw it. However to know wich function to use, I create a trigger that does somehow the function I want, Convert it to custom text, and cut and paste to my Jass funtion, then change it. But I think it isn't the right way to do it... |
| 09-25-2003, 03:54 PM | #7 |
The JASS guide @ sourcef.orge has a function browser, it's the best JASS source. http://jass.sourcefor.ge.com/ <without the . |
