XkAcY- Posted August 21, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 103 Reputation: 0 Joined: 11/13/11 Last Seen: April 5, 2017 Share Posted August 21, 2012 (edited) Ok i want to make an simple Private Room....when you enter in the room automatic summon a Red Plant.. when you leave in the room.. after 5minutes if you dont back in the room.. the plant automatic killmonster2.. sorry for my bad english.. because on my language Sereno estopa Edited August 21, 2012 by XkAcY- Quote Link to comment Share on other sites More sharing options...
skyleo Posted August 21, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 39 Reputation: 2 Joined: 08/19/12 Last Seen: April 8, 2022 Share Posted August 21, 2012 (edited) Sorry but you can't understand this because it's bad explained. Take your time while typing and explaining and you will get your codesnippet faster. EDIT: I won't answer till I can't understand what you mean. And it's still really bad, you might take a friend to help you who can speak good english. Edited August 21, 2012 by skyleo Quote Link to comment Share on other sites More sharing options...
XkAcY- Posted August 21, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 103 Reputation: 0 Joined: 11/13/11 Last Seen: April 5, 2017 Author Share Posted August 21, 2012 bump.. Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 22, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 8 hours ago Share Posted August 22, 2012 try this... OnInit: while( 1 ){ if( !getmapusers("mapname") ){ set .AutoKill,.AutoKill + 1; }else set .AutoKill,0; if( .AutoKill % 5 == 0 ) killmonster "mapname","All"; sleep 60000; } end; Quote Link to comment Share on other sites More sharing options...
Question
XkAcY-
Ok i want to make an simple Private Room....when you enter in the room automatic summon a Red Plant..
when you leave in the room.. after 5minutes if you dont back in the room.. the plant automatic killmonster2..
sorry for my bad english.. because on my language
Sereno estopa
Edited by XkAcY-Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.