ok, i tried to convert it to c-script and i am a bit stuck. i dont really understand how to write functions for these empty/nonexistent functions.

function init_speech();

Has to be called to init the Ole Object.

---

function free_speech();

Frees the Ole Object after using it. Should be called on engine shutdown.

---

function stop_listening();

Pauses the listening process. If the dll is listening at the moment it will
finish the current sentence and THEN stop listening.

---

function start_listening();

Resumes listening after the process has been paused.

---

function is_listening(var* myres);

Writes the current state of the dll to the var "myres".
0 = waiting for input
1 = receiving input

---

function get_last_sentence(STRING* sentence);

Puts the received sentence in the string "sentence".

can someone help me create functions here in c-script?

i re-wrote the entire code from lite-c to c-script, but i get errors on these functions that dont exist.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."