XP 스크립트

http://www.gamebaker.com/rmxp/scripts/call-script-fix.htm
  이벤트 편집->스크립트에서 스크립트 한줄을 길게 입력하면 중간에 줄바꿈문자가 들어가는데 그것을 수정하는 스크립트입니다.  물론, 정품이 아닌 스크립트 입력창을 확장한 몇몇 핵버전(Postality Knights Edition등)을 사용한다면 이 스크립트가 필요하지 않습니다.

#=============================================================================
# ** SG Call Script Fix
#=============================================================================
# sandgolem
# Version 1
# 6.05.06
#=============================================================================
#
# To check for updates or find more scripts, visit:
# http://www.gamebaker.com/rmxp/scripts/
#
# To use this script, copy it and insert it in a new section above "Main",
# but under the default scripts and the SDK if you're using it.
#
# Have problems? You can leave me a message at:
# http://www.gamebaker.com/users/sandgolem
#
#=============================================================================

#--------------------------------------------------------------------------
# * SDK Log Script
#--------------------------------------------------------------------------

begin
  SDK.log("SG Call Script Fix", "Sandgolem", 1, "6.05.06")
  if SDK.state("SG Call Script Fix") != true
    @sg_callscriptfix_disabled = true
  end
  rescue
end

#--------------------------------------------------------------------------
# * Begin SDK Enable Test
#--------------------------------------------------------------------------
if !@sg_callscriptfix_disabled

class Interpreter
  def command_355
    script = @list[@index].parameters[0]
    if @list[@index].parameters[0].length != 38
      script = script + "n"
    end
    loop do
      if @list[@index+1].code == 655
        script += @list[@index+1].parameters[0]
        if @list[@index+1].parameters[0].length != 38
          script = script + "n"
        end
      else
        break
      end
      @index += 1
    end
    result = eval(script)
    if result == false
      return false
    end
    return true
  end
end

#--------------------------------------------------------------------------
# * End SDK Enable Test
#--------------------------------------------------------------------------
end

Who's 백호

?

이상혁입니다.

http://elab.kr


List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 스크립트 자료 게시물 작성시 주의사항 습작 2012.12.24 6208
41 저장 Advanced Save Menu 편집 20101005 Edition (SDK2용) 3 Alkaid 2010.10.05 1301
40 이동 및 탈것 Advanced Player Movement by SephirothSpawn (SDK호환) 1 file 백호 2009.02.22 801
39 스킬 Advanced Mission Skills/Shop/Manager by trickster 3 file 백호 2009.02.22 1605
38 전투 Advanced Limit Breaks (KGC스크립트를 SDK호환용으로 손질한 것) 백호 2009.02.22 1214
37 전투 Advanced Individual Battle Command v2.1 by Trickster@rmxp.org (SDK호환) 1 file 백호 2009.02.22 1189
36 HUD Advanced HUD Script 3 file 백호 2009.02.22 1341
35 기타 Advanced Gold Display by Dubealex (돈 액수를 세자리씩 끊어 표기) 2 Alkaid 2010.11.18 1563
34 기타 Advanced Gold display by Dubealex 1 백호 2009.02.22 761
33 장비 Advanced Equip Window 백호 2009.02.22 806
32 이름입력 Advanced Enter Hero Name Window by RPG Advocate 백호 2009.02.22 1169
31 메뉴 Advanced Command Windows by Tsunokiette file 백호 2009.02.22 1307
30 아이템 Additional Item Drop by SephirothSpawn (SDK호환) 1 백호 2009.02.22 891
29 액터 Actor Customization 6.0.2 by Synthesize 4 file Alkaid 2010.09.17 1912
28 전투 Active Time Battle 2.62 by パラ犬 file Alkaid 2010.09.06 1660
27 전투 Active Time Battle 2.57 by パラ犬 6 file 백호 2009.02.22 2371
26 기타 Activation_system file 백호 2009.02.22 775
25 전투 ABS_v3액션 알피지 46 file 알피지GM 2010.03.07 5808
24 기타 ABS 몬스터 HP 게이지 바 11 백호 2009.02.22 2486
23 스킬 ABP액알 v1.2 스킬추가, 버그수정판 36 file 백호 2009.02.22 6920
22 전투 ABP 액알 (Action Battle Player) 14 file 백호 2009.02.22 4561
Board Pagination Prev 1 ... 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 Next
/ 52