ID:967521
 
(See the best response by A.T.H.K.)
I've got few questions:

Is there a way to do the fights like GBA's Pokemon or PSX's Final Fantasy 1? Like, while moving in a turf it have the chance to get a battle, and then shows a battle window where the character can't move, until he clicks on an action of the window. Searched at the site and the guide (F1 dream maker help) but don't found nothing useful.

Also, i want to make a npc that talks when you click on he... i've got a script here but it opens a window that let to ask to any mob (including me)
mob/NPC
Guard
icon = 'NPC.dmi'
icon_state = "Guard"
verb
Talk(mob/NPC)
set src in oview(1)
alert("I've been assigned the important task of defending Castle!")
alert("To be honest, I'm a little nervous.")
Best response
Hi Matthuka

There are a few posts already in regards to this,

ID:160357

I just searched grass battle.

Thanks!

[EDIT] In fact you have the same name as the OP in that post. coincidence ?
I was looking at turf random battle u.u
About the name, yes, i've started on DM just a month ago, this post is from 2008.

Thanks for the answer =)

-Edit:

Is there a way to set an individual battle window for each person?
You may want to check out my Turn Based Library, once you understand DM a lot better. It handles most of this stuff for you. With work, school, life, and the contests here lately I haven't been able to work much on the documentation, but it will be finished! ...eventually.
In response to Albro1
So.. i've tried your demo but got just errors... but it's good to know that is possible to do what i'm thinking. Thanks =)
You can always add and remove any image you want on a client by client basis to their client.screen. This will allow you to do independent instances of turn based battles. The problem is this is a bit of work. It's been done, Albro1 library is a good starting point.