View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0010923 | Shattered Haven | Gameplay Idea | Mar 16, 2013 12:07 pm | Mar 16, 2013 12:32 pm | |
Reporter | GameMaker24 | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | 0.810 Grim Wilderness | ||||
Fixed in Version | 0.811 Zombie Mom's Story | ||||
Summary | 0010923: New script command: TeleportPlayers (tile#) | ||||
Description | I 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. | ||||
Tags | No tags attached. | ||||
Internal Weight | Feature Suggestion | ||||
|
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. |
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 |