You are not logged in.
Pages: 1
how to store player croods with Crtl key and when u press Crtl again put actor at saved croods
i know its work well with store_target_marker_croods but how can store player croods
thanks
// This file was decompiled using sascm.ini published by Seemann (/SASCM.rar) on 13.10.2007
{$VERSION 3.1.0027}
{$CLEO .cs}
//-------------MAIN---------------
thread 'TELEPORTATION'
wait 0
:TELEPORTATION_23
wait 0
if
Player.Defined($PLAYER_CHAR)
else_jump @TELEPORTATION_23
if
0AB0: key_pressed 17
0AB6: store_actor_coords_to 0@ 1@ 2@ // IF and SET <=== ?
else_jump @TELEPORTATION_23
Actor.PutAt($PLAYER_ACTOR, 0@, 1@, 2@)
wait 500
jump @TELEPORTATION_23
Last edited by user5487 (14-06-2012 15:12)
Offline
Pages: 1