Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-04 | Implement `@tutorial` and add the tutorial book in 001-2-5. | Jesusaves | 1 | -0/+4 | |
This is not TMW Ian, it is TMW-BR one, ported by Moubootaur Legends. Thus, it is more advanced, lenghty, and have most of unique Evol features. | |||||
2018-12-06 | Remove extra parameter from function getnpcid | Andrei Karas | 1 | -2/+2 | |
2018-07-05 | mesc() is a function to optimize mes(col(l())), saving parenthesis. | Jesusaves | 1 | -0/+5 | |
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. | |||||
2017-10-11 | what's up with this crazy syntax?s20171023 | gumi | 1 | -2/+2 | |
I blame Reid | |||||
2017-10-11 | fix npc talk lock mechanism | gumi | 1 | -20/+14 | |
it was setting a var in the function rather than in the NPC | |||||
2017-08-22 | fix the npc talk lock mechanism, make some other npcs use it | gumi | 1 | -6/+6 | |
2017-08-22 | reorganize the framework functions | gumi | 1 | -44/+21 | |
2017-07-20 | more framework functions | gumi | 1 | -29/+0 | |
2017-01-27 | add the `any()` function (used by two MRs) | gumi | 1 | -0/+5 | |
2017-01-22 | add new link functions | gumi | 1 | -0/+20 | |
2016-12-13 | put the game rules in a function, make notes call that function, add ↵ | gumi | 1 | -1/+4 | |
`@rules` command add `The Book of Laws`, give it whenever the player does not have it | |||||
2016-07-06 | Add a logn * baseplayer function to calculate inn and stat reset costs. | Reid | 1 | -0/+23 | |
2016-04-19 | Add a new function called npctalkonce. | Reid | 1 | -0/+32 | |
2016-04-14 | Change the adddefaultskills function default level to 6 instead of 9. | Reid | 1 | -1/+4 | |
2016-04-11 | Add compareandsetq function, it compares a given quest variable's value with ↵ | Reid | 1 | -0/+13 | |
the current one, if both vals are equals, it sets the variable with a new value. | |||||
2016-03-19 | Replace select with yes/no to askyesno function. | Andrei Karas | 1 | -0/+5 | |
2016-02-26 | Add menuaction script function. Replace all action string to this function. | Andrei Karas | 1 | -1/+5 | |
Also fix other usage of chars "[]". | |||||
2016-02-22 | Add a new flag for the speech() function to hide the mesn; line. | Reid | 1 | -1/+4 | |
2016-02-13 | Clean up and remove some useless space and newline. | Reid | 1 | -4/+0 | |
2015-09-28 | add abs(N) function | Joseph Botosh | 1 | -0/+6 | |
2015-09-24 | update function narrator and speech: using optional bit flags as first arg | Joseph Botosh | 1 | -16/+41 | |
2015-09-24 | add optional first integer arg to narrator and speech functions -- number of ↵ | Joseph Botosh | 1 | -2/+32 | |
blank lines at beginning | |||||
2015-09-23 | add debugnpc function | Joseph Botosh | 1 | -0/+8 | |
2015-09-20 | Remove extra empty mes lines on speech and narrator functions. | Reid | 1 | -2/+0 | |
2015-09-17 | add functions narrator, speech | Joseph Botosh | 1 | -0/+22 | |
2015-09-05 | add function strip() to script functions | Joseph Botosh | 1 | -0/+25 | |
2015-04-08 | Revert "Correct the skill tree issue." | Andrei Karas | 1 | -1/+1 | |
This reverts commit bdea7e4211c9cefdb0664c8bf7b4f194f5b27fd1. | |||||
2015-03-16 | Correct the skill tree issue. | Reid | 1 | -1/+1 | |
2015-02-26 | Add initial basic skill with level 9. | Andrei Karas | 1 | -1/+1 | |
2015-02-24 | Add script function addremovemapmask. | Andrei Karas | 1 | -0/+5 | |
This function at same time add and remove some bits to map mask. Example: // add 4 and remove 8 addremovemapmask "test", 4, 8; | |||||
2015-02-22 | Add function to convert int to string. | Andrei Karas | 1 | -0/+4 | |
New function: str Example: str(10) | |||||
2015-01-22 | add basic skill omly on first map. | Andrei Karas | 1 | -1/+1 | |
Also replace skill id to skill constant. | |||||
2015-01-10 | Fix default skills function. | Andrei Karas | 1 | -0/+1 | |
2015-01-09 | Fix adding default skills. | Andrei Karas | 1 | -0/+4 | |
2014-11-21 | Remove lg function. | Andrei Karas | 1 | -8/+0 | |
2014-11-05 | Correct 4144's mistake on g function. | Reid | 1 | -2/+1 | |
2014-11-05 | fix lg function. | Andrei Karas | 1 | -2/+5 | |
2014-11-04 | convert server data for using with hercules. | Andrei Karas | 1 | -0/+44 | |