PDA

View Full Version : Link starts screen facing right



Geek96
03-07-2010, 12:36 PM
I just need a simple script that will make link start the DMap facing to the right. In case you need more specifications:

DMap: 0
Map #: 1
Starting screen: 6D
Starting coordinates: 40, 128

I appreciate the help :):):)

Saffith
03-16-2010, 10:39 AM
Hm, surprised no one's answered this yet...


ffc script FaceRight
{
void run()
{
Link->Dir=3;
}
}

Just put it on the right screen and check the "Run Script at Screen Init" flag.