|
Shizuma Beginner
Joined: 24 Feb 2002 Posts: 16 Location: USA
|
Posted: Mon Dec 10, 2007 2:45 am
most likely an old question .. like most :) |
Hi, okay, i'm cruising around on Resident Evil: Reincarnate mud and they have a 2D map system, the problem is, evertime you move
the map scrolls along with the pages. I was wondering if there was a way, trigger wise I suppose or something, to make it so the map stays
stationary? or make an autoclearscreen trigger so the map stays at the top of the page and only shows you moving around?
XXXXXXXXX
X======*X
X=::=::= X
X=======I
X=::=*:= X
X=======X
XXXXXXXXXX
that is what scrolls up and up and up :)
Thanks! |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Mon Dec 10, 2007 3:00 am |
Sure you can do that. You may have to tweak this slightly. It would depend on what other outputs they have with it. I could probably lock it at the top or bottom of the screen, but it gets very complicated to do and I would have to do online testing that I am not really interested in doing.
#ONINPUT {^(%t)$} {#GAG;#SEND {%1};#SHOWP {%char(27)7A}}
If you have to adjust it change the bold value, it controls the numbers of lines that the cursor gets moved. |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Mon Dec 10, 2007 5:43 am |
If messing with cursor codes isn't your bag, too, you can try to capture the map to another window:
#trig {XXXXXXXXX} {#cap map;#t+ mapcap}
#cond {XXXXXXXXX} {#cap map;#t- mapcap}
#trig "mapcap" {*} {#cap map} "" {disable} |
|
|
|
|
|