Advertisement
Guest User

How to do "properly" do a function within metrics.ini

a guest
Feb 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ScoreP1OnCommand=function(self) \
  2. self:diffusealpha(0):draworder(101):addx(4):visible(true):zoom(0.95) \
  3. if IsUsingWideScreen() then \
  4. self:x(SCREEN_LEFT+57*2) \
  5. end; \
  6. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement