Hello partners. I´m Walter, from Argentina. Sorry but I understand a little english.
I have a problem. Next, I write the pc advice:
Error: prepare_script: error -18 (no such function in script) trying to run ´hHotspot1_Interact´ (Room 1)
It appears when I run my game in the Editor mode or compiled...
For example: I Edit a room, then use Hotspots, go to Events, and write:
Interact hotspot: hPasto_Interact
Look at hotspot: hPasto_Look
...
Pick up hotspot: hPasto_PickUp
When the game´s running, I Pick up the hotspot "Pasto" and the machine say: "Es solo pasto!"
but when I Look at hotspot (eye´s icon), the game finished and appear the next message:
Error: prepare_script: error -18 (no such function in script) trying to run ´hHotspot1_Interact´ (Room 1)
In the script appears this:
// room script file
function hPasto_Interact()
{
Display("Es solo pasto!");
}
function hPasto_PickUp()
{
Display("No quiero tocar eso");
}
But... to pick up the hotspot "pasto" the game say: "es solo pasto!" when I wish it say "No quiero tocar eso", and to look at the hotspot "pasto" the game say error.
Please, write me an e-mail to: superwap8@hotmail.com
Thank´s very very much!
Walter "Superwap". (an student in Argentina)
Excuse me for my bad english and the long post.
I have a problem. Next, I write the pc advice:
Error: prepare_script: error -18 (no such function in script) trying to run ´hHotspot1_Interact´ (Room 1)
It appears when I run my game in the Editor mode or compiled...
For example: I Edit a room, then use Hotspots, go to Events, and write:
Interact hotspot: hPasto_Interact
Look at hotspot: hPasto_Look
...
Pick up hotspot: hPasto_PickUp
When the game´s running, I Pick up the hotspot "Pasto" and the machine say: "Es solo pasto!"
but when I Look at hotspot (eye´s icon), the game finished and appear the next message:
Error: prepare_script: error -18 (no such function in script) trying to run ´hHotspot1_Interact´ (Room 1)
In the script appears this:
// room script file
function hPasto_Interact()
{
Display("Es solo pasto!");
}
function hPasto_PickUp()
{
Display("No quiero tocar eso");
}
But... to pick up the hotspot "pasto" the game say: "es solo pasto!" when I wish it say "No quiero tocar eso", and to look at the hotspot "pasto" the game say error.
Please, write me an e-mail to: superwap8@hotmail.com
Thank´s very very much!
Walter "Superwap". (an student in Argentina)

Excuse me for my bad english and the long post.