全部十六个蓝图名称
BlueprintLegLampPickup //腿灯
BlueprintPoweredCrossPickup //十字架灯
BlueprintSpotlightPickup //探照灯
BlueprintClockPickup //钟
BlueprintGoreChairPickup //恶魔椅子
BlueprintGoreCouchPickup //恶魔沙发
BlueprintHangGliderLauncherPickup //滑翔机起飞架
BlueprintitemPlatingPickup //武器附魔台
BlueprintGoldArmorPlaterPickup //盔甲附魔台
BlueprintAttaractShrinePickup// 吸引怪物
BlueprintRepelShrinePickup //驱离怪物
BlueprintTelePorterPickup //传送台
BlueprintThrowerTrapPickup //投掷陷阱
BlueprintSpinTrapPickup //旋转陷阱
BlueprintGrindTrapPickup //研磨陷阱
BlueprintUberTrapPickup
传送代码代码
- 腿灯
goto BlueprintLegLampPickup
|
- 十字架灯
goto BlueprintPoweredCrossPickup
|
- 探照灯
goto BlueprintSpotlightPickup
|
- 钟
goto BlueprintClockPickup
|
- 恶魔椅子
goto BlueprintGoreChairPickup
|
- 恶魔沙发
goto BlueprintGoreCouchPickup
|
- 滑翔机起飞架
goto BlueprintHangGliderLauncherPickup
|
- 武器附魔台
goto BlueprintitemPlatingPickup
|
- 盔甲附魔台
goto BlueprintGoldArmorPlaterPickup
|
- 吸引怪物
goto BlueprintAttaractShrinePickup
|
- 驱离怪物
goto BlueprintRepelShrinePickup
|
- 传送台
goto BlueprintTelePorterPickup
|
- 投掷陷阱
goto BlueprintThrowerTrapPickup
|
- 旋转陷阱
goto BlueprintSpinTrapPickup
|
- 研磨陷阱
goto BlueprintGrindTrapPickup
|
- 超级陷阱
goto BlueprintUberTrapPickup
|