by qrleon » Mon Jul 07, 2008 5:08 pm
Oh yeah, I forgot about loc[rm].
1: IF LOC[RG] = 6 THEN 10
2: SET W2 = LOC[RM]
3: SET X2 = LOC[X]
4: SET Y2 = LOC[Y]
5: SET Z2 = LOC[RG]
6: SET LOC[RG] = 6
7: SET LOC[X] = 8
8: SET LOC[Y] = 8
9: STOP
10: SET LOC[RG] = Z2
11: SET LOC[RM] = W2
12: SET LOC[X] = X2
13: SET LOC[Y] = Y2
Adding loc[rm] fixes warping back to different rooms, but the player still enters the enclosed space on coordinates other than 8,8. (using the item while standing at 2,2 in the room map will send you to 2,2 on the enclosed area.)
Oh yeah, I forgot about loc[rm].
1: IF LOC[RG] = 6 THEN 10
2: SET W2 = LOC[RM]
3: SET X2 = LOC[X]
4: SET Y2 = LOC[Y]
5: SET Z2 = LOC[RG]
6: SET LOC[RG] = 6
7: SET LOC[X] = 8
8: SET LOC[Y] = 8
9: STOP
10: SET LOC[RG] = Z2
11: SET LOC[RM] = W2
12: SET LOC[X] = X2
13: SET LOC[Y] = Y2
Adding loc[rm] fixes warping back to different rooms, but the player still enters the enclosed space on coordinates other than 8,8. (using the item while standing at 2,2 in the room map will send you to 2,2 on the enclosed area.)