the script:
its portal that take you to map by your job like if its page it will be like that:PHP Code:function enter(pi) {
pi.warp(910540000+(pi.getJob()/100)*100,0);
}
910540000+110/100=1*100=100
so its supposed to take to 910540000
and the problem isnt because the way i made it because even if i try like fm
warp(910000000,0)
still the same error..
error:
PHP Code:Error entering Portalscript: 3rdJob_Port : java.lang.reflect.UndeclaredThrowableException


Reply With Quote



