i'm seeming to be having problems with <<replace>>... this is only my second day with the program so do bear with me ^^
the following is my coding in the first passage:
[06:29:11 PM] <b>ADMIN</b>: I'm...
<<textbox "$name" "" "Sent message">>
<subscript>Hit ENTER to send.</subscript>
and the following in the coding in the second passage:
[06:29:11 PM] <b>ADMIN</b>: I'm... <span id="playername">name</span>.
<<replace "#playername">><<print $name>><</replace>>
whenever i try to do this it gives me the error saying, "Error: <<replace>>: no elements matched the selector "#name"". i'm not quite sure what i'm doing wrong, so would someone care to correct this?
the following is my coding in the first passage:
[06:29:11 PM] <b>ADMIN</b>: I'm...
<<textbox "$name" "" "Sent message">>
<subscript>Hit ENTER to send.</subscript>
and the following in the coding in the second passage:
[06:29:11 PM] <b>ADMIN</b>: I'm... <span id="playername">name</span>.
<<replace "#playername">><<print $name>><</replace>>
whenever i try to do this it gives me the error saying, "Error: <<replace>>: no elements matched the selector "#name"". i'm not quite sure what i'm doing wrong, so would someone care to correct this?