|
darmir Sorcerer
Joined: 10 Oct 2000 Posts: 706 Location: USA
|
Posted: Thu Apr 28, 2011 7:25 pm
Build database record on trigger then access |
I am trying to build a database record and access the newly created name in trigger. I can get the record to build say for instance.
#addkey charinventory_%char belt $belt
But I can't figure out how to access the newly created name? Any suggestions? |
|
_________________ Run as hard as a wild beast if you will, but you won't get any reward greater than that destined for you.
Source: (Egyptian) |
|
|
|
Daern Sorcerer
Joined: 15 Apr 2011 Posts: 809
|
Posted: Thu Apr 28, 2011 8:15 pm |
Not sure what you're asking...if you're having trouble accessing that variable, it's probably not liking the implicit concatenation, you could try something like %db(%concat("charinventory_",%char),belt).
|
|
|
|
|
|