- Joined
- Nov 2, 2010
- Messages
- 218
- Solutions
- 1
- Reaction score
- 62
endziu2222 submitted a new resource:
!change vocation for gm - Script for talkaction to change you vocation
Read more about this resource...
!change vocation for gm - Script for talkaction to change you vocation
I am using this for testing maybe more people want to use this.
LUA:local changeVocation = TalkAction("!change") function changeVocation.onSay(player, words, param) -- Check if a vocation name was provided if param == "" then player:sendCancelMessage("Please specify the vocation. Usage: !change vocationName") return false end -- Normalize input local vocationName = param:trim():lower() -- Define vocations and their IDs local vocations = {...
Read more about this resource...