I hope it will be for SRTT AND SRIV.When it's done...
I hope it will be for SRTT AND SRIV.When it's done...
elseif player_action_is_pressed(B_PGUP) and not RELOAD_PUSHED then
--TELEPORT TO White House Press Conference
city_zone_swap("wh", true)
local tposx,tposy,tposz = (633.256 - ctele_Posx), (1960.711 - ctele_Posy), (326.396 - ctele_Posz)
teleport_to_object(LOCAL_PLAYER, "nw_qm_nav", false, false, tposx , tposz, tposy , false)
sandboxplus_message(" Teleported to White House - Press conference - Found By Pliskin Hunter")
if COOP_COMMANDS and coop_is_active() then
teleport_to_object(REMOTE_PLAYER, "nw_qm_nav", false, false, tposx , tposz, tposy , false)
end
TAUNT_PUSHED = true
elseif player_action_is_pressed(B_DELETE) and not RELOAD_PUSHED then
--TELEPORT TO White House - Cutscene floor
city_zone_swap("wh", true)
local tposx,tposy,tposz = (589.623 - ctele_Posx), (2014.219 - ctele_Posy), (317.826 - ctele_Posz)
teleport_to_object(LOCAL_PLAYER, "nw_qm_nav", false, false, tposx , tposz, tposy , false)
sandboxplus_message(" Teleported to White House - Cutscene Floor - Found By Pliskin Hunter")
if COOP_COMMANDS and coop_is_active() then
teleport_to_object(REMOTE_PLAYER, "nw_qm_nav", false, false, tposx , tposz, tposy , false)
end
RELOAD_PUSHED = true
What about Shaundi's Simulation ? I didn't found it in the commands.
I can't really think of anything. Although...
Each Speed Rift, TK Rift, Platforming Rift, and Super Powered Fight Club do have 3 locations/zones with minor differences. It might be nice to have those, but would definitely be the first things cut if we run out of command space. Does everyone else feel the same way? I can't imagine that they would be that important to anyone.