ok thanks,
then i must look for an other way.
Search found 4 matches
- Mon Jul 29, 2019 2:40 pm
- Forum: Modding help
- Topic: on_player_fast_transferred Problem
- Replies: 7
- Views: 1876
- Sun Jul 28, 2019 3:35 pm
- Forum: Modding help
- Topic: on_player_fast_transferred Problem
- Replies: 7
- Views: 1876
Re: on_player_fast_transferred Problem
I got it. But it does not what I want.
I thought it triggers if both Inventories are open and the items were transfered over the GUI with ctrl/shift.
IMO is this also a fast transfer.
I thought it triggers if both Inventories are open and the items were transfered over the GUI with ctrl/shift.
IMO is this also a fast transfer.
- Sun Jul 28, 2019 10:07 am
- Forum: Modding help
- Topic: on_player_fast_transferred Problem
- Replies: 7
- Views: 1876
Re: on_player_fast_transferred Problem
The ConsoleOutput() function print it to the in-game-console/chat.
To ignore my function, I have changed it in game.print("fast transfer event"). Result: nothing happend
To ignore my function, I have changed it in game.print("fast transfer event"). Result: nothing happend
- Sun Jul 28, 2019 8:44 am
- Forum: Modding help
- Topic: on_player_fast_transferred Problem
- Replies: 7
- Views: 1876
on_player_fast_transferred Problem
Hello,
I have a problem with the event "on_player_fast_transferred".
Anywer on the Forum or redit (I can't remember) I have read, that this event triggers if the player transfer items with ctrl/shift from an inventory to another. Is this right?
In my code it does nothing.
local function ...
I have a problem with the event "on_player_fast_transferred".
Anywer on the Forum or redit (I can't remember) I have read, that this event triggers if the player transfer items with ctrl/shift from an inventory to another. Is this right?
In my code it does nothing.
local function ...