dkfans / keeperfx

Open source remake and Fan Expansion of Dungeon Keeper.
https://keeperfx.net/
GNU General Public License v2.0
762 stars 76 forks source link

SET_TEXTURE does not work with DRAWFROM #3577

Open Spatulade opened 2 hours ago

Spatulade commented 2 hours ago

SET_TEXTURE(ALL_PLAYERS,DRAWFROM(4~7)) doesn't work but SET_TEXTURE(ALL_PLAYERS,5) does.

Spatulade commented 2 hours ago

It does work if you do e.g. SET_FLAG(PLAYER0,CAMPAIGN_FLAG0,DRAWFROM(4~7)) SET_TEXTURE(ALL_PLAYERS,IMPORT(PLAYER0,CAMPAIGN_FLAG0))