Shakira
Active member
- Joined
- Jul 11, 2014
- Messages
- 191
- Reaction score
- 0
i have code
Actor.StorePos($Player_Actor, 1@ 2@ 3@)
3@ += 10.0
wait 300
Actor.PutAt($Player_Actor, 1@ 2@ 3@)
so code Actor.StorePos($Player_Actor, 1@ 2@ 3@)
what meaning Actor.StorePos , 1@ 2@ 3@?
and
3@ += 10.0
Actor.PutAt($Player_Actor, 1@ 2@ 3@)
I do not understand this code
Actor.StorePos($Player_Actor, 1@ 2@ 3@)
3@ += 10.0
wait 300
Actor.PutAt($Player_Actor, 1@ 2@ 3@)
so code Actor.StorePos($Player_Actor, 1@ 2@ 3@)
what meaning Actor.StorePos , 1@ 2@ 3@?
and
3@ += 10.0
Actor.PutAt($Player_Actor, 1@ 2@ 3@)
I do not understand this code