Daspex's Switchable Info Panel + Sandbox + Help Screens (IdolNinjaVersion) Mod

Oh thanks I experimented only with closest player and got nothing
There are interesting infos like if npc is hit by player and stuff also.
 
Can you specify what function you found? Some times ago I tried to figure out how to get a npc name but got a big bummer
I have to look at it again stay tuned.
Btw. tested the last frame option faild.Animation is be played but don't stops at last frame.
 

Attachments

  • gameplay_the_code.lua
    768 bytes · Views: 404
Can you specify what function you found? Some times ago I tried to figure out how to get a npc name but got a big bummer
Didn't found it again but i already found it two times if i find it again i'll let you know.
 
I have to look at it again stay tuned.
Btw. tested the last frame option faild.Animation is be played but don't stops at last frame.
Yeah it looks like it doesn't work but function begin with this
Code:
function m15_1_player_respawn_thread(player)
    player_actions_disable(player)
    player_movement_disable(player)
    turn_invulnerable(player)
    set_suppress_synced_attacks_flag(player, true)
    set_suppress_synced_melee_attacks_flag(player, true)
Who know how it should works.
 
Yeah it looks like it doesn't work but function begin with this
Code:
function m15_1_player_respawn_thread(player)
    player_actions_disable(player)
    player_movement_disable(player)
    turn_invulnerable(player)
    set_suppress_synced_attacks_flag(player, true)
    set_suppress_synced_melee_attacks_flag(player, true)
Who know how it should works.
Hm,maybe i should look into the GOOG Stohl files i think it uses
one of the sitting anims and freezes it some how.(Hoping)
 
This is awesome. :)
 
This is awesome. :)
I enjoy that you like it.:) If i only could use this hold_last_frame option for the action play
function. :/
Edit.:
I'll release a Single Button version with only Hotkey infoscreens for users who want to use it
without animation and a separate animation mod so that users who want the Single
Button version can use them together.Also i'll release a Infopanel version with
cycleing infoscreens and animation in one version. :)

Edit. @Darkchildkiki18 yes males can do the anims too don't know if every homie
will work but i guess every unmodified model should work.
 
Last edited:
Back
Top