sahisahi
Member
The GUMP keyword allows you to display customized gumps in one of 6 different formats or types. The general syntax for the GUMP keyword is
GUMP,title,typenumber[,gumpconstructor]/text
The title can be any string and is simply displayed at the top of the gump.
The typenumber specifies one of the 6 gump types available (0-5).
The optional gumpconstructor argument allows you to give the name of a custom gump constructor that you have scripted.
The text specification will depend on the type of gump being used.
The GUMP keyword must be used either with XmlDialogs or with triggered spawners so that the gumps can be displayed to the triggering player.
Im trying to display a gump that i scripted, but i get syntax errors
Tried like 5 different combinations not sucess so far
Code:
GUMP,title,typenumber[,gumpconstructor]/text
Does anyone knows how to display scripted gumps on xmlspawner?
Thanks!