Lemongrass3110 b9a8ab722e Added an additional parameter to instance_enter (#1720)
Added an additional parameter to instance_enter

This allows easier usage for instances in IM_NONE, where a player will never be attached to the instance.
All you have to do is remember the created instance id and supply this command with it. That way you do not have to use any workaround like the following anymore:
warp instance_mapname( <mapname>, <instance id> ), <hardcoded enter x coordinate>, <hardcoded enter y coordinate>;

Added usage of the new constants in the existing scripts

Fixed default checks and null pointer output
Thanks to @Atemo
2016-12-10 12:38:57 +01:00
..
2014-08-31 12:09:38 -04:00
2016-03-19 14:09:30 -04:00
2015-04-09 20:54:01 +07:00
2014-08-31 12:09:38 -04:00
2016-11-12 13:47:54 +01:00