• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

RevScripts Talkaction to repeat a message every 60 seconds (only if the player is on specific tile)

ralke

(҂ ͠❛ ෴ ͡❛)ᕤ
Joined
Dec 17, 2011
Messages
1,521
Solutions
27
Reaction score
870
Location
Santiago - Chile
GitHub
ralke23
Twitch
ralke23
Hi again! I wonder if someone can craft me a talkaction, for revscriptsys (TFS 1.5).
What I need is the following:

a) If the player is standing on a tile that has AID 55000, allow him to use !train command.
b) Send a text message as soon the player step in tile AID 55000 letting him know that he can use !train command.
c) Make the talkaction !train be able to hold a param, with a text. For example, !train exura, or !train utevo lux
d) Once that the player activates the talkaction, repeat the text param on Default Channel every 60 seconds.
e) If the player step out the tile 55000 automatically stop the player from saying the text param.
f) If the player logs out automatically stop him from saying the text param.
g) If the player says !train off, stop saying the text paaram.

There's a makesay talkaction from Znote that can be found here

I guess this script is really good reference to achieve what I requested.
Thanks a lot in advance, i'll appreciate any help with this.

Regards!
 
Back
Top