mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 21:01:39 +09:00
my messing around with the chat box (#45)
* Create base-damage.cfg * Update base-damage.cfg * spellfix grievers changed to griefers * Create admin.cfg needs editing * Create announcements.cfg * Update announcements.cfg * needs translatoin * needs translation still in English * needs translation * needs translation * Create inventory-search.cfg * translation fixed not much more to write * translation fixed * needs translation * needs translation * needs translation * needs translation * needs translation * needs translation * needs translation * needs translation * needs translation * translation fixed * unfinishied * Translation mostly fixed Couldnt find the right words to correctly translate the emotions and genuine feelings behind "loops" and #fear the aids", they are so genuine as they are now. * translation fixed * translation fixed * translation fixed * translation fixed * translation fixed * translation fixed * hopefully correctly translated (read my comment) not sure if "not enough credentials" is correctly translated. I supposed you meant not enough security clearance or somthing like that. I could have written (Access denied due to invalid rank= Tillgång nekas på grund av otillräcklig rang) * translation fixed * translation fixed * translation fixed * grammar fix * grammer fix Yeah, I copied the grammar error from original English file and made a similiar error in the swedish version. * spell fix * better grammar * estetical language change * added order pizza * order pizza * fix * Update chat-bot.cfg
This commit is contained in:
@@ -41,7 +41,15 @@ local commands = {
|
|||||||
['magic']={'chat-bot.magic'},
|
['magic']={'chat-bot.magic'},
|
||||||
['aids']={'chat-bot.aids'},
|
['aids']={'chat-bot.aids'},
|
||||||
['riot']={'chat-bot.riot'},
|
['riot']={'chat-bot.riot'},
|
||||||
['lenny']={'chat-bot.lenny'},
|
['lenny']={'chat-bot.lenny'}
|
||||||
|
['orderpizza']=function(player) Server.new_thread{
|
||||||
|
timeout=math.floor(180*(math.random()+0.5)),data={player.name,0}, reopen=true
|
||||||
|
}:on_event('timeout',function(self)
|
||||||
|
if self.data[2]==0 then game.print{'chat-bot.message',{'chat-bot.order-pizza-2',self.data[1]}}
|
||||||
|
elseif self.data[2]==1 then game.print{'chat-bot.message',{'chat-bot.order-pizza-3',self.data[1]}} self.reopen = false
|
||||||
|
end
|
||||||
|
self.data[2]=sel.data[2] + 1
|
||||||
|
end):open() return {'chat-bot.order-pizza-1'} end,
|
||||||
['maketea']=function(player) Server.new_thread{
|
['maketea']=function(player) Server.new_thread{
|
||||||
timeout=math.floor(180*(math.random()+0.5)),data=player.name
|
timeout=math.floor(180*(math.random()+0.5)),data=player.name
|
||||||
}:on_event('timeout',function(self)
|
}:on_event('timeout',function(self)
|
||||||
|
|||||||
@@ -22,3 +22,6 @@ loops=NO LOOPS; LOOPS ARE BAD; JUST NO LOOPS!!!!!; IF YOU MAKE A LOOP.... IT WIL
|
|||||||
lenny=( ͡° ͜ʖ ͡°)
|
lenny=( ͡° ͜ʖ ͡°)
|
||||||
make-tea-1= ☕ Boiling the water... ☕
|
make-tea-1= ☕ Boiling the water... ☕
|
||||||
make-tea-2= ☕ __1__ your tea is done! ☕
|
make-tea-2= ☕ __1__ your tea is done! ☕
|
||||||
|
order-pizza-1= 🍕 Finding nearest pizza supplier... 🍕
|
||||||
|
order-pizza-2= 🍕 Figuring out the favourite pizza of __1__ 🍕
|
||||||
|
order-pizza-3= 🍕 __1__ your pizza is here! 🍕
|
||||||
Reference in New Issue
Block a user