The teleport script is as follows:
Code:
include, plotscr.hsd
include, scancode.hsi
include, pH.hsi
plotscript,hackin,begin
add hero (hero:Syre)
delete hero (hero:Vate)
if (current map() == map:Test) then(
teleport to map (map:HackTest, 5, 5)
)
end
include, scancode.hsi
include, pH.hsi
plotscript,hackin,begin
add hero (hero:Syre)
delete hero (hero:Vate)
if (current map() == map:Test) then(
teleport to map (map:HackTest, 5, 5)
)
end
It works just fine, only once I get to the map; my hero and all other NPCs are invisible. I'm still able to interact with them, and by using F1 I can see where the hero is.
Edit: Sorry! Solved it! Accidentally put my background layer above my hero layer...
(Like taking everything in a computer apart and then finding out that the battery just wasn't charged...)
Sent from my iPhone



