548007ea96
Starting point..!
16 lines
No EOL
307 B
Lua
16 lines
No EOL
307 B
Lua
--[[
|
|
Script Name : Gukish Language Primer
|
|
Script Purpose :
|
|
Script Author : Neatz09
|
|
Script Date : 1/19/2019
|
|
Script Notes :
|
|
--]]
|
|
|
|
function obtained(Item, Spawn)
|
|
if not HasLanguage(Spawn, 5) then
|
|
AddLanguage(Spawn, 5)
|
|
SendMessage(Spawn, "Gukish", "White")
|
|
RemoveItem(Spawn, 906)
|
|
end
|
|
|
|
end |