• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Resource icon

Resource Big Push Events for PSDK 2020-07-28

  • Thread starter Thread starter Deleted member 1065
  • Start date Start date
D

Deleted member 1065

Guest
Nuri Yuri submitted a new resource:

Big Push Events for PSDK - Big Push Events for PSDK

Works under PSDK .24.81+



This script allows you to tether multiple events together to move as one. Think strength rocks from gen 5, that size. Or bigger, or wide and thin rocks.

Each event in the unit must contain the same script call:
push_many_events(width, height, list of all the tethered event ids)
Example:
push_many_events(2, 2, 10, 11, 12, 13)
Will push a block of 2x2 events and the events IDs are 10, 11, 12, 13...


Read more about this resource...
 
Back
Top