소스 검색

[fixed] Added a failsafe to prevent bad npcgeneratec calls

anjuna krokus 1 주 전
부모
커밋
d867fa36dd
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      locations/npcgeneratec.qsrc

+ 2 - 1
locations/npcgeneratec.qsrc

@@ -4,8 +4,9 @@
 !! You can also set their approx. home location
 !! All data produced is random so if you need a specific value you will have to overwrite it
 
+if isnum($ARGS[0]): ARGS[0] = val($ARGS[0])
 
-if $ARGS[0] = '':
+if $ARGS[0] = '' or isnum($ARGS[0]):
 	!! npcgen_lastrun is a flag to help track whether npcgeneratec or npcpreservec has been run last
 	!! npcgeneratec is 1
 	!! npcpreservec is 2