when i create a hotspot and go to test it out the second i click on it there's an error message and it gets out of the game ???
Can you give a little more detail?
What is the error?
What do you have the hotspot doing?
try changing it so it doesn't do that when you test it.
the message is an error has occurred please contact the game author for support as this is likely to be a scripting error and not a bug :-\
What did you put in the interaction response for that hotspot?
look at hotspot then display a message :(
At a guess, the message number is invalid? Or the message might contain high ASCII characters (i.e. accented e, stuff like that)
Yeah, don't use characters with ASCII code>127.
sorry if this sounds stupid but WHAT THE HECK IS ASCII code>127
Google ASCII.
Like I said, accented e and stuff like that.
k i didn't use anything like that just normal letters
i have got that problem too :(
stinks doesn't it (im lori)
Try workarounding it by choosing a Run script action instead of display a message. Then click the Edit script... button and put the following code:
Display("hotspot description here or whatever");