Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; fix
- modify:
- {
- match:
- {
- "targetname" "afktele"
- "classname" "info_player_human"
- }
- replace:
- {
- "classname" "info_teleport_destination"
- "targetname" "afktele_d"
- }
- }
- modify:
- {
- match:
- {
- "targetname" "afktele"
- "classname" "trigger_teleport"
- }
- replace:
- {
- "target" "afktele_d"
- }
- }
- ; hp door stuff
- modify:
- {
- match:
- {
- "classname" "func_door"
- "health" "1"
- }
- replace:
- {
- "health" "0"
- }
- }
- ; messages
- modify:
- {
- match:
- {
- "classname" "func_button"
- "targetname" "conveyor_door_button"
- }
- insert:
- {
- "OnPressed" "zsmessage_human,message,Ladder is down!,94.5,1"
- "OnPressed" "zsmessage_human,message,Go go go!,95,1"
- "OnPressed" "zsmessage_human,message,Go go go!,95.1,1"
- }
- }
- modify:
- {
- match:
- {
- "classname" "func_door"
- "targetname" "door09"
- }
- insert:
- {
- "OnOpen" "zsmessage_human,message,Door opened!!,0,1"
- }
- }
- modify:
- {
- match:
- {
- "classname" "func_button"
- "hammerid" "2308506"
- }
- insert:
- {
- "OnPressed" "zsmessage_human,message,Get ready!,35,1"
- }
- }
- modify:
- {
- match:
- {
- "classname" "path_track"
- "targetname" "Egypt_entrance_dynamit_spark_train_path3"
- }
- delete:
- {
- "OnPass" "tele18,Enable,,0,1"
- }
- insert:
- {
- "OnPass" "tele18,Enable,,50,1"
- }
- }
- modify:
- {
- match:
- {
- "damagetype" "1048576"
- }
- replace:
- {
- "damage" "16"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment