Posts: 3
Threads: 1
Joined: Dec 2016
would be good if we receive an sound or notification alert if bot stops, gm on screen, or if i use an function on script
Posts: 49
Threads: 13
Joined: Nov 2016
upp !
Good idea... I think it's nice to have a notification, or a sound, when carrying the character, when the GM is on the map and when I send PM
Posts: 134
Threads: 22
Joined: Mar 2017
2018-04-11, 15:52:55
(This post was last modified: 2018-04-11, 15:56:20 by Precious.)
You can use
onWarningMessage
function onWarningMessage (isDifferentMap, distance)
playSound("Sound file Location")
end
I don't accept any request for at the moment.
Posts: 49
Threads: 13
Joined: Nov 2016
2018-04-11, 23:33:10
(This post was last modified: 2018-04-12, 00:21:58 by TheLG.)
(2018-04-11, 15:52:55)Precious You can use onWarningMessage
function onWarningMessage (isDifferentMap, distance)
playSound("Sound file Location")
end
tankss
(2018-04-11, 15:52:55)Precious You can use onWarningMessage
function onWarningMessage (isDifferentMap, distance)
playSound("Sound file Location")
end
hey precious ,could you give an example of how we can make this function work? I can not get
Posts: 134
Threads: 22
Joined: Mar 2017
2018-04-12, 13:20:45
(This post was last modified: 2018-04-12, 13:24:39 by Precious.)
(2018-04-11, 23:33:10)TheLG hey precious ,could you give an example of how we can make this function work? I can not get
I won't going to tell you

. Find it out yourself. Just one tip you can use it like `onPathAction`
I don't accept any request for at the moment.
Posts: 49
Threads: 13
Joined: Nov 2016
(2018-04-12, 13:20:45)Precious (2018-04-11, 23:33:10)TheLG hey precious ,could you give an example of how we can make this function work? I can not get
I won't going to tell you
. Find it out yourself. Just one tip you can use it like `onPathAction`
sad , but the only problem I am when I put the location (("Sound file Location") here, the script does not work
:c
Posts: 134
Threads: 22
Joined: Mar 2017
(2018-04-12, 13:51:51)TheLG sad , but the only problem I am when I put the location (("Sound file Location") here, the script does not work
:c
What's the error it gives?
I don't accept any request for at the moment.
Posts: 49
Threads: 13
Joined: Nov 2016
2018-04-12, 23:57:38
(This post was last modified: 2018-04-12, 23:58:31 by TheLG.)
now I got it, thanks a lot for the tip, working!
Posts: 118
Threads: 17
Joined: Jun 2016
(2018-04-12, 23:57:38)TheLG now I got it, thanks a lot for the tip, working!
can u tell to us how u did pls?