Author |
Message |
Topic: Stumped on dynamic variable adding. |
stumpedjb
Replies: 6
Views: 2798
|
Forum: zMUD General Discussion Posted: Thu Nov 29, 2007 11:46 pm Subject: Stumped on dynamic variable adding. |
second suggestion worked, thanks |
Topic: Stumped on dynamic variable adding. |
stumpedjb
Replies: 6
Views: 2798
|
Forum: zMUD General Discussion Posted: Thu Nov 29, 2007 11:22 pm Subject: Stumped on dynamic variable adding. |
ahh great hint! This is what i have for the value
#var skill %replace( %1, " ", "_")
#ad %replace( %1, " ", "_") 1
ooc @skill imps at @{%replace( %1, " ", "_")}
and it displays:
You say (OO ... |
Topic: Stumped on dynamic variable adding. |
stumpedjb
Replies: 6
Views: 2798
|
Forum: zMUD General Discussion Posted: Thu Nov 29, 2007 10:56 pm Subject: Stumped on dynamic variable adding. |
Im trying to trigger off this:
~* You think your (*) skill has improved. ~*
Sometimes the line has a two word skill word where the wild is.. like shield use.
and I have this to compensate for ... |
|