ID:174261
 
I'm completely clueless on how to make your own cursor (pointer). Can anyone tell me how to create one of these?

Thanks a lot =D
look up: mouse_over_pointer
in the help files.

ex:
mob
mouse_over_pointer = 'cursor.dmi'
// if someone puts mouse over a mob, the cursor becomes cursor.dmi
In response to JackGuy
I'm sorry, I guess I didn't explain it as good as I needed to.

I'd like to know how to make the default pointer 'cursor.dmi'. Instead of the boring white arrow.

This should help ;]

In response to Rocker121
<S>exactly what i did, but add that to mob, obj, area, and turf. So whenever your mouse is over any of them, it changes the cursor, you also have to draw an icon (cursor.dmi)</S>

Edit:
Found out, use
client/mouse_pointer_icon = 'icon.dmi'
In response to JackGuy
Thank you, Jack! That's exactly what I was looking for ^.^