how do i make a item where when you buy it you become vip in game
4 Likes
This is very simple and easy, you can make a temporary or a permanent VIP for a player who consumes an item that gives VIP (VIP is a very important person)
2 Likes
1st script block: set fading text
2nd: change unit type
3rd: set (unit) name
4th: set player variable (not entity variable)
1 Like
To make the item give VIP once you buy it, you can set it to be used on pickup (under Extra) and add it to the shop. Then, make the script that @_580k posted and have the ‘when a unit uses item’ trigger as well.
3 Likes
The ( ( ( owner of ( triggering unit ) ) 's name ) [VIP ] ) is confusing me. Does anybody know how to do that part? I don’t know how.
2 Likes
players name, owner of unit and triggering unit |