Author Topic: How does Santa have a "hat" in Blockheads Ruin Xmas?  (Read 1337 times)

/title
I know their is a Santa.dts is the gamemode file, but without an extension like hat mod or another addon, how would it go on without being like a playertype or bot?

try to understand hes a magic man!!

Game modes can have scripts.

It uses
Code: [Select]
mountImage(%image, %slot);You can find it by reading the code in the gamemode cs files.
« Last Edit: December 23, 2017, 05:02:05 PM by Blockz »

It uses
Code: [Select]
mountObject(%obj, %mountpoint);You can find it by reading the code in the gamemode cs files.
You mean mountImage(%image, %slot);