Took the preview down will re-post later on in development.
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 Menu
function room_RepExec()
{
int ran=Random(1);
if (ran ==0 ) {
cFemale01.ChangeRoom(230, 960, 335, eDirectionLeft);
cFemale01.Walk (20, 590, eNoBlock, eWalkableAreas);
cFemale01.ChangeRoom (200);
}
else if (ran==1) {
cFemale01.ChangeRoom(230, 20, 590);
cFemale01.Walk (960, 335, eNoBlock, eWalkableAreas);
cFemale01.ChangeRoom (200);
}
else {
//DO NOTHING FOR NOW...;
}
}
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.031 seconds with 16 queries.