Search found 15 matches

by OGslinkyT
Sun Oct 07, 2018 9:45 pm
Forum: Help Forum
Topic: Help With permSubstringTRigger.
Replies: 8
Views: 6832

Re: Help With permSubstringTRigger.

I am really having a struggle with temp triggers. for some reason I can't get them to work at all there must be something wrong with my syntax it's probably something simple. I feel like I am formatting like the examples on the wiki but I never can get the triggers to fire after creation. temptrigge...
by OGslinkyT
Thu Oct 04, 2018 6:19 pm
Forum: Help Forum
Topic: Help With permSubstringTRigger.
Replies: 8
Views: 6832

Help With permSubstringTRigger.

I am trying to make a Trigger that gets names from a list of online players and makes a permanent trigger coloring each name. Not only do I want to color each name I also want the trigger to color each name based on their clan affiliation. I have got the trigger working but I am trying to improve it...
by OGslinkyT
Fri Sep 07, 2018 7:12 pm
Forum: Help Forum
Topic: Keeping variables through multiple lines
Replies: 4
Views: 4165

Re: Keeping variables through multiple lines

I'd use 3 triggers to handle this: 1st. the initiator: could be the multiline trigger you said to capture the beginning of the "table". It should set a global flag (like "playersTrigger=true") 2nd. matches evey line of your table (something like ^(\S)\s+[-] (.+)$ ) and contains ...
by OGslinkyT
Fri Sep 07, 2018 6:50 pm
Forum: Help Forum
Topic: Keeping variables through multiple lines
Replies: 4
Views: 4165

Re: Keeping variables through multiple lines

I ended up talking jor'mox in discord and the key part I wasn't understanding was how tables worked. I had already found this code in the mapper script i use and thought I could use its method ---if current MUD line contains roomname, let trigger chain fire another line if line == wotmudmapper.roomn...
by OGslinkyT
Thu Sep 06, 2018 8:30 pm
Forum: Help Forum
Topic: Keeping variables through multiple lines
Replies: 4
Views: 4165

Keeping variables through multiple lines

This is the code * R HP:Wounded MV:Full > where Players in your Zone -------------------- Jimmy - Path Past a Small Village Charles - A Small Path Michael - A Small Path Ben - A Small Path Jill - Plains of Maredo * R HP:Wounded MV:Full > this is what I want to do * R HP:Wounded MV:Full > where Playe...