• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

A16 SDX Sample Sets a message in PlayerSign of Prefab(alpha16.4)

This SDX sample sets a message in PlayerSign of Prefab

download

prefab.xml //prefab/property[@name=PlayerSignPosition]/@value

List of PlayerSign positions to set message "x,y,z#x,y,z"

prefab.xml //prefab/property[@name=PlayerSignMessage]/@value

List of messages to display on PlayerSign

example

Code:
<prefab>
<property name="PlayerSignPosition" value="1,5,0" />
<property name="PlayerSignMessage" value="Welcome" />
</prefab>
this mod used by 7 days to die mod editor

https://7daystodie.com/forums/showthread.php?48140-7-days-to-die-mod-editor

 
Back
Top