;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment Scriptname Fragments:Quests:QF_RenTestQuest_01000F99 Extends Quest Hidden Const ;BEGIN FRAGMENT Fragment_Stage_0000_Item_00 Function Fragment_Stage_0000_Item_00() ;BEGIN CODE SetStage(20) if (GetStage() == 20) SetStage(10) endif ;END CODE EndFunction ;END FRAGMENT ;BEGIN FRAGMENT Fragment_Stage_0010_Item_00 Function Fragment_Stage_0010_Item_00() ;BEGIN CODE Debug.Messagebox("PC") SetStage(100) ;END CODE EndFunction ;END FRAGMENT ;BEGIN FRAGMENT Fragment_Stage_0020_Item_00 Function Fragment_Stage_0020_Item_00() ;BEGIN CODE Debug.Messagebox("Not PC") SetStage(110) ;END CODE EndFunction ;END FRAGMENT ;END FRAGMENT CODE - Do not edit anything between this and the begin comment