Space Engineers

Space Engineers

Automatic LCDs 2
teasuti 9 月 15 日 上午 6:30
Displaying a single inventory item without any context.
Hi,
I just started to dabble in this script.
I'm trying to display the remaining fuel rods in a reactor.
I'd like it to ONLY display:
"Uranium: 340 Kg"

I can't find the right arguments for this. My closest is
InvListNBS {T:Reactor} +uranium -ore
Which still displays the quota (the slash total value part). Can I remove the quota?
Thanks!
< >
正在显示第 1 - 2 条,共 2 条留言
Kham 9 月 15 日 上午 6:46 
invListNBS {T:Reactor} +ingot/uranium:0

the :0 overrides the default quota and sets it to 0, if there's a 0 quota it wont display the target quota.
最后由 Kham 编辑于; 9 月 15 日 上午 6:47
teasuti 9 月 15 日 上午 11:16 
Perfect! Cheers mate!
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50