| [08-29 17:46] | [Chat] | Icewolfz: then even if you miss time you still notice |
| [08-29 17:46] | [Chat] | Icewolfz: can even make little gui states if you get fancy |
| [08-29 17:47] | [Chat] | Icewolfz: in throy you could even creat ethe classic omud limb status in zmud with images and triggers |
| [08-29 17:47] | [Chat] | Icewolfz did it with a mudlet add on bu its a litle dated |
| [08-29 17:47] | [Chat] | Icewolfz: wanted ot add combat bars but mudlet has an anoing mem leak whe nti comesot dynamic progress bars |
| [08-29 17:47] | [Chat] | Dhraxyn: Most of my fancy stuff turns out bad. oh wonder if I can make ai to write a trigger for me. My coding skill is not very good |
| [08-29 17:47] | [Chat] | Icewolfz: triggers are not ot bad in zmud |
| [08-29 17:48] | [Chat] | Icewolfz: mostly its pattern matching |
| [08-29 17:48] | [Chat] | Dhraxyn: Says the coder ha |
| [08-29 17:48] | [Chat] | Icewolfz: reaplace changing works with a wildcard or such |
| [08-29 17:48] | [Chat] | Icewolfz: eg Monster falls down. |
| [08-29 17:48] | [Chat] | Icewolfz: becomeins ^* falls down.$ |
| [08-29 17:48] | [Chat] | Icewolfz: if i remmber irght for zmud patterns |
| [08-29 17:48] | [Chat] | Icewolfz: but i am rusty on zmud so i may have the ^$ wong |
| [08-29 17:48] | [Chat] | Icewolfz: granted or just do exact matchs for common stuff and not even worry about patterns |
| [08-29 17:49] | [Chat] | Icewolfz: thats how hte classic omud did it |
| [08-29 17:49] | [Chat] | Icewolfz: created atrigger fo revrey single line |
| [08-29 17:50] | [Chat] | Icewolfz: yeah just using * is pretty easy |
| [08-29 17:50] | [Chat] | Icewolfz: reaplace word with * and it matches any word in that spot |
| [08-29 17:50] | [Chat] | Icewolfz: onyl gets complex if you want to capture the values and all |
|
| Back to List |