ELEM3NT
LUA Status: Beginner
Okay, well I know I've requested this kind of script many times but now I will try to make it clear as possible. If you can do this please feel free to do so, I will gladly REP+++ you and give you a big thanks! :thumbup:
Explaining: Okay, well I want somebody to please make me a NPC that does a talkaction scripts, like a command pretty much. It just sits there and you can't talk to it or anything, it's just there to do commands. Im pretty sure this should be possible because somewhere I can't remember, I remember a NPC script that can selfsay /clean every 30 minutes or something like that. I want something kinda of like that /clean script but heres the thing, there will be 3 (or more, if you can make it so I can add some
) commands that the NPC will execute, but it will execute it randomly. If you don't get what I mean here:
-----------------------------------------------------------------
Heres what I had in mind, something like:
or something each 30 minutes.
(I'm a horrible scripter, this is just somewhat an example)
-----------------------------------------------------------------
So, if you still don't understand just post and I'll try to help you understand more!^_^ I will really appreciate it if someone got the time to make this for me, like I said, you'll get a big thanks and rep!
Goodbye!
eace:
Explaining: Okay, well I want somebody to please make me a NPC that does a talkaction scripts, like a command pretty much. It just sits there and you can't talk to it or anything, it's just there to do commands. Im pretty sure this should be possible because somewhere I can't remember, I remember a NPC script that can selfsay /clean every 30 minutes or something like that. I want something kinda of like that /clean script but heres the thing, there will be 3 (or more, if you can make it so I can add some
Code:
1)Auto Eventer NPC just standing there.
2)Each 30 minutes, he executes a command, /startevent1, /startevent2, /startevent3.
3)But each time he executes it, it will be random, so in one 30 minutes he will execute /startevent1 command, in the next 30, he will execute another random command from the /startevent1, /startevent2, /startevent3, etc..
4) I have the /startevent1 script in talkactions, so its pretty much a NPC executing 3 different talkactions but randomly.
Heres what I had in mind, something like:
Code:
doSelfSay(math.random(/startevent1,/startevent2,/startevent3)
(I'm a horrible scripter, this is just somewhat an example)
-----------------------------------------------------------------
So, if you still don't understand just post and I'll try to help you understand more!^_^ I will really appreciate it if someone got the time to make this for me, like I said, you'll get a big thanks and rep!
Goodbye!