YesNoOk
avatar

P.o.t.s. histparks issue with UNO Tag almost solved (Read 18830 times)

Started by adrianrll2, August 05, 2023, 01:44:53 am
Share this topic:
P.o.t.s. histparks issue with UNO Tag almost solved
#1  August 05, 2023, 01:44:53 am
  • avatar
    • Mexico
Hi people, I've been trying to fix this  state to work fine with pots hitsparks
The hitsparks from projectiles are not working when this line x = (Partner, pos x) is in it, but once you remove it is working, the issue is that the char is not gonna enter the screen correctly if you remove the line.

[State 1251112, pos]
type = PosSet
trigger1 = Partner, StateNo != 1251110
trigger1 = (Partner, StateNo != [1251125,251127])
x = (Partner, pos x);-10000*facing
y = (Partner, pos y);Partner, Pos Y != [pos Y -12,Pos Y +12];-150

This is an state from UNO tag patches

Thank you in advance
Re: P.o.t.s. histparks issue with UNO Tag almost solved
#2  August 19, 2023, 02:15:06 am
  • ****
  • Pixels are atom's of resolution,Low-res or Hi-res
    • Turkey
    • metekervan26@gmail.com
x = (partner, pos x) - (400*(facing)) 
sth like this or
x= -400*facing might work?