Most of you won't know me, but I'm in.
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
//The room's Repeatedly execute
if (IsTimerExpired(1) == 1){
SetTimer(1,Random(80));
frame = Random(4) //however many frames you have - 1
}
if(frame == 0) SetBackgroundFrame(1);
if(frame == 1) SetBackgroundFrame(2);
if(frame == 2) SetBackgroundFrame(3);
if(frame == 3) SetBackgroundFrame(4);
if(frame == 4) SetBackgroundFrame(5);
if(roomnumber<x){
if((roomnumber<x) && (roomnumber < 2) && (roomnumber > 100))
string room;
GetTextBoxText(teleport GUI name or number, Text object number, room);
if((room == "Engine Room") || (room == "engine room")){ //or other possible variations which could be entered
NewRoom(room number);
}
else{
if((room == "Brig") || ("brig"){
NewRoom(room number);
}
}
else{
Display("The room name you entered does not seem to exist");
SetTextBoxText(GUI number, text box number, "");
}
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.033 seconds with 14 queries.