Reformat and clean up reactor and base scripts
This commit is contained in:
@@ -26,9 +26,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
function act(){
|
||||
if(rm.isQuestActive(3238)) {
|
||||
rm.warp(922000020, 0);
|
||||
}
|
||||
else rm.warp(922000009, 0);
|
||||
function act() {
|
||||
if (rm.isQuestActive(3238)) {
|
||||
rm.warp(922000020, 0);
|
||||
} else {
|
||||
rm.warp(922000009, 0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user