Author |
Message |
Topic: OnDisconnect Set Variable |
aeslynn
Replies: 1
Views: 3854
|
Forum: CMUD General Discussion Posted: Sun Apr 14, 2019 2:59 am Subject: OnDisconnect Set Variable |
Nevermind, I fixed the problem. Can't delete unfortunately. |
Topic: OnDisconnect Set Variable |
aeslynn
Replies: 1
Views: 3854
|
Forum: CMUD General Discussion Posted: Sun Apr 14, 2019 12:46 am Subject: OnDisconnect Set Variable |
#ADDKEY {%item(@CHARACTERS, @MSDP.CHARACTER_NAME)} {autopoke} {%if(%trigger("pokes"), 1, 0)}
#ADDKEY {%item(@CHARACTERS, @MSDP ... |
Topic: Building up a raw telnet variable and accessing wildcards in #LUA |
aeslynn
Replies: 3
Views: 4908
|
Forum: CMUD General Discussion Posted: Fri Apr 12, 2019 8:30 pm Subject: Building up a raw telnet variable and accessing wildcards in #LUA |
Nothing says you have to code entirely in Lua, you could easily just stick the lua you need inside a #LUA command, and use zscript for the rest, if you wanted.
I would use the %concat function to p ... |
Topic: Building up a raw telnet variable and accessing wildcards in #LUA |
aeslynn
Replies: 3
Views: 4908
|
Forum: CMUD General Discussion Posted: Mon Apr 08, 2019 4:55 pm Subject: Building up a raw telnet variable and accessing wildcards in #LUA |
Hello,
I had two questions that I'd love answered -- 1. Can you build up a raw telnet sequence to send to the server? i.e. $msdpReportableVariables = $msdpReportableVariables%char(2)HEALTH; ... |
|