|
Mixsel Wanderer
Joined: 02 Feb 2003 Posts: 99 Location: Seattle, Wa
|
Posted: Mon May 22, 2006 9:19 pm
%roomnote |
trying to make this trigger do what I WANT hehe what am I missing
pattern:The (%w) attribute of (%w) is enhanced here.
value:#EXECUTE %roomnote( %2)
basically I just want to write %2 into the current room notes file i dunno why thissa donno wanna work :)
I've always seemed to have a prob getting the %functions to work as I am not sure what is the proper syntax is so anyone could answer this question mucho appreciated |
|
_________________ Spin |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Mon May 22, 2006 11:24 pm |
value:#CALL %roomnote(,%2)
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Tue May 23, 2006 12:05 am |
Also I think you have to be in mapping mode, or have the map unlocked via script can't remember if that was true for roomnote or not
Value:
maplocked=%maplocked()
#CALL %maplocked(0)
#CALL %roomnote(,%2)
#CALL %maplocked(@maplocked) |
|
|
|
Mixsel Wanderer
Joined: 02 Feb 2003 Posts: 99 Location: Seattle, Wa
|
Posted: Tue May 23, 2006 1:00 pm |
CALL! gah makes sense since you said that,
Very Much appreciated you two, that damn comma hehe and yes the map needs to be unlocked yer snippet works great. |
|
_________________ Spin |
|
|
|
|
|