i cant find the ServerGameScript.mts file in the world data folder.
any ideas why or how to make one?
i need it to set the script on Claden so that Hailes will grant kudos.
please reply
ServerGameScript.mts
It's just a text file you need to create, with Notepad or similar. It doesn't exist by default because you don't need one by default.
http://theuniversal.net/forum/viewtopic ... gamescript
f
http://theuniversal.net/forum/viewtopic ... gamescript
f
Thanks
Thanks. i got it know.
i was having problem getting Hailes to grant kudos.. but i got it working now.
i was having problem getting Hailes to grant kudos.. but i got it working now.
Still getting SeverGameScript.mts error
i used this script
i used this script
Code: Select all
Event( "UseItem", "Hailes" )
{
*command=say %PLAYER% used the Hailes item and has been granted 1 Kudos
*command=grantkudos %PLAYER% 1
}