You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
334 B

scn EBxPreordVault13CanteenScript
begin GameMode
if GetContainer != playerRef
return
endif
set EBxCanteenSipsMax to 4
if playerRef.GetItemCount EBxVault13Canteen < EBxCanteenSipsMax
playerRef.AddItem EBxVault13Canteen EBxCanteenSipsMax 1
RemoveMe
if MenuMode
RefreshItemsList
endif
endif
end