- 3
- Posts
- 6
- Years
- Seen Nov 25, 2021
Hey guys, i created an item that can be used to teleport, but when i use it, my bag doesnt close. Here is the script:
ItemHandlers::UseFromBag.add(:TELEABRA,proc{|item|
pbCommonEvent(005)
pbCommonEvent(006)
next 2
})
ItemHandlers::UseFromBag.add(:TELEABRA,proc{|item|
pbCommonEvent(005)
pbCommonEvent(006)
next 2
})