summaryrefslogtreecommitdiff
path: root/npc/001-2-22/alige.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-04-03Update Alige script file for better user experience.Jesusaves1-34/+36
Code-style-wise, this is what we call "legacy" and needs "total rewrite". I'm not willing to totally rewrite it, only to improve user experience. Total rewrite can be done by real coders later, if they want.
2018-07-05mesc() is a function to optimize mes(col(l())), saving parenthesis.Jesusaves1-3/+3
mesc() is a short for mes(col()). It should make coding colored code easier. The default color value is "9", same from narrator, but this default value is not used anymore. I assume mes* functions are legacy for this project, so fell free to reject the patch.
2018-05-16fix wildx's commits20180518gumi1-1/+1
2017-12-29rename closedialog to closeclientdialogThibault Payet1-1/+1
2017-10-11what's up with this crazy syntax?s20171023gumi1-2/+2
I blame Reid
2017-08-19Replace bit flags by constants on narrator and speech functions.Reid1-1/+1
2016-07-17Because of translations, reworked several sentences in scripts, added ↵Alige1-4/+4
missing words and M/F options.
2016-06-27Changed all item IDs by their aegisname in scripts.Alige1-2/+2
2016-06-27Fixed "INN" to "Inn" in scripts.Alige1-21/+21
2016-03-06Fixed a lot of grammar mistakes and changed some dialogue for clarity.Unverified1-7/+7
2016-03-06Revert "Fixed a lot of grammar mistakes and reworded some dialogue for clarity."Unverified1-7/+7
This reverts commit a1cfd4e6afff78f777872f49f8e8faacbe6f2e60.
2016-03-06Fixed a lot of grammar mistakes and reworded some dialogue for clarity.Unverified1-7/+7
2016-02-20Add new food and a drunk label on alige from artis.Reid1-0/+14
2016-01-30Replace countitemcolor to countitem.Andrei Karas1-17/+17
2015-09-27Replace setnpcdistance to '.distance'.Andrei Karas1-1/+1
2015-09-27Replace calls to setnpcsex by assigning '.sex' variable.Andrei Karas1-1/+1
2015-09-04Fix some wrong IDs on alige's script.Reid1-2/+2
2015-08-11Use npc sprite names in all scripts.Andrei Karas1-2/+2
2015-06-20Replace NPC names by NPC IDs.Reid1-15/+17
2015-03-14Correct an issue with restorecam.Reid1-1/+2
2015-03-05rename function menu2 into menuint.Andrei Karas1-1/+1
2015-03-05Add function menu2 for return some missing features.Andrei Karas1-1/+1
Example: menu2 "test 1", 10, "test 2", 20; If select "test 1", will set @menuret to 10, and @menu to 1 If select "test 2", will set @menuret to 20, and @menu to 2
2015-02-03Fix alige animation.Reid1-15/+18
2015-02-02add 001-2-22 scripts.Reid1-0/+304