Dennis is back(Well he never went anywhere) on a endless "HD" battle with his hair stylist Toya Toya(yes I said Toya x2).

[Download]
Also, Thanks in advance.

[Download]
Also, Thanks in advance.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuvoid ChangeRoomSaveXY(this Character*, int room_number, int x, int y)
{
if (this == player)
{
px = this.x;
py = this.y;
}
this.ChangeRoom(this, room_number, x, y);//This is the line I am directed to when using Dennis.ChangeRoom(x,x,x);
}
void ReturnToPreviousRoomAndPosition(this Character*)
{
if (this != player) this.ChangeRoom(this.PreviousRoom);
else this.ChangeRoom(this.PreviousRoom, px, py);
}
explabel.Text String.Format("EXP: %d/%d", PlayerEXP, BaseEXP);
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.123 seconds with 19 queries.