View Issue Details

IDProjectCategoryLast Update
0010923Shattered HavenGameplay IdeaMar 16, 2013 12:32 pm
ReporterGameMaker24 Assigned ToChris_McElligottPark  
Status resolvedResolutionfixed 
Product Version0.810 Grim Wilderness 
Fixed in Version0.811 Zombie Mom's Story 
Summary0010923: New script command: TeleportPlayers (tile#)
DescriptionI thought we could already teleport players with scripting, as I had "teleported" the NPC Follower when the player used a manhole in 095. However, that was actually the act of deleting the follower and recreating him/her on the manhole, which had the added complication of the manhole also being an FG object, lol...

I can't use this technique with the Squid Boss because I won't know which tiles the players originated from. So, I would like a command just like MovePlayersToTargetPoint, except instead of moving the non-triggering player to the triggering one, move BOTH players (or P1 and follower) to a given tile number.
TagsNo tags attached.
Internal WeightFeature Suggestion

Activities

Chris_McElligottPark

Mar 16, 2013 12:32 pm

administrator   ~0031190

Thanks!

* Added new scripting commands:
** TELEPORTPLAYER1TO (args: TargetTileNumber) - Move player 1 to the target tile.
** TELEPORTPLAYER2TO (args: TargetTileNumber) - Move player 2 to the target tile.
** If player 1 or 2 is not present, then it just skips this gracefully, as with most commands of this nature.

Issue History

Date Modified Username Field Change
Mar 16, 2013 12:07 pm GameMaker24 New Issue
Mar 16, 2013 12:07 pm GameMaker24 Status new => assigned
Mar 16, 2013 12:07 pm GameMaker24 Assigned To => Chris_McElligottPark
Mar 16, 2013 12:32 pm Chris_McElligottPark Note Added: 0031190
Mar 16, 2013 12:32 pm Chris_McElligottPark Status assigned => resolved
Mar 16, 2013 12:32 pm Chris_McElligottPark Fixed in Version => 0.811 Zombie Mom's Story
Mar 16, 2013 12:32 pm Chris_McElligottPark Resolution open => fixed
Apr 14, 2014 9:30 am Chris_McElligottPark Category Suggestion - Gameplay => Gameplay Idea