Hey it's me again,
I've got the following question:
I try to use an item that toggles a switch while using it outside or inside.
So the script:
ItemHandlers::UseFromBag.add(:XXX,proc{|item|
$game_switches[130]=!$game_switches[130]
next 2
})
When I try to use it, it says "You cant use that here!"
Why? And what do I change?
Thx, JustX
I've got the following question:
I try to use an item that toggles a switch while using it outside or inside.
So the script:
ItemHandlers::UseFromBag.add(:XXX,proc{|item|
$game_switches[130]=!$game_switches[130]
next 2
})
When I try to use it, it says "You cant use that here!"
Why? And what do I change?
Thx, JustX