• 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!

[Request]NPC Broadcast more than 1msg (not a random one)

XtremeFire

New Member
Joined
Aug 8, 2008
Messages
1
Reaction score
0
I need a NPC Broadcast script that can Broadcast 5msgs then maybe teleport to another NPC i am sure i can just use a Broadcast line for the /goto or what ever but then have a delay and just say a few msgs(non-Broadcast) then delay before repeating that process & would be great if i can have delays so i can set them

--------------
Ex of delays
BC 5 lines
wait 2mins
Move location
do say(non-Broadcast)
delay 3mins
move location
delay 12hrs
repeat
-------------

and can you have this @ start of script

Code:
function onCreatureAppear(creature)
selfSay('I am a GM Bot made by GM... ') -- Its greeting sentence, when something appears
end
 
Back
Top